Check all endpoints for zwave_js.climate hvac_action (#49115)
This commit is contained in:
parent
ebc2bec08d
commit
dbb771e19c
3 changed files with 4 additions and 1 deletions
|
@ -150,6 +150,7 @@ class ZWaveClimate(ZWaveBaseEntity, ClimateEntity):
|
|||
THERMOSTAT_OPERATING_STATE_PROPERTY,
|
||||
command_class=CommandClass.THERMOSTAT_OPERATING_STATE,
|
||||
add_to_watched_value_ids=True,
|
||||
check_all_endpoints=True,
|
||||
)
|
||||
self._current_temp = self.get_zwave_value(
|
||||
THERMOSTAT_CURRENT_TEMP_PROPERTY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue