diff --git a/apps/hassio/hassio.boot.js b/apps/hassio/hassio.boot.js index 14aa34f6a..de8a87141 100644 --- a/apps/hassio/hassio.boot.js +++ b/apps/hassio/hassio.boot.js @@ -91,7 +91,7 @@ const runHassio = () => { }); const updateSensor = () => { - hassioAttributes.health = Bangle.getHealthStatus(); + hassioAttributes.health = Bangle.getHealthStatus("day"); hassioAttributes.accel = Bangle.getAccel(); hassioAttributes.battery = getBattery(); hassioAttributes.compass = Bangle.getCompass(); @@ -125,4 +125,4 @@ const runHassio = () => { setInterval(runHassio, HASSIO.interval); }, 5000); } -})(); \ No newline at end of file +})();