diff --git a/devices/ubisys.js b/devices/ubisys.js index 07ac5398e53f4..3fb9a6c7a87f6 100644 --- a/devices/ubisys.js +++ b/devices/ubisys.js @@ -874,10 +874,10 @@ module.exports = [ tz.thermostat_local_temperature, tz.thermostat_system_mode, tz.thermostat_weekly_schedule, tz.thermostat_clear_weekly_schedule, tz.thermostat_running_mode, ubisys.tz.thermostat_vacation_mode, - tz.thermostat_pi_heating_demand, + tz.thermostat_pi_heating_demand, tz.battery_percentage_remaining, ], exposes: [ - e.battery(), + e.battery().withAccess(ea.STATE_GET), exposes.climate() .withSystemMode(['off', 'heat'], ea.ALL) .withRunningMode(['off', 'heat'])