mirror of
https://github.com/home-assistant/core.git
synced 2025-06-26 07:57:12 +00:00
Bring back the boiler status (#22021)
This commit is contained in:
parent
42c9472a74
commit
c78e332df3
@ -187,7 +187,7 @@ class NetatmoThermostat(ClimateDevice):
|
|||||||
"module_id": self._data.room_status[self._room_id]['module_id']
|
"module_id": self._data.room_status[self._room_id]['module_id']
|
||||||
}
|
}
|
||||||
if module_type == NA_THERM:
|
if module_type == NA_THERM:
|
||||||
state_attributes["boiler_status"] = self.current_operation
|
state_attributes["boiler_status"] = self._data.boilerstatus
|
||||||
elif module_type == NA_VALVE:
|
elif module_type == NA_VALVE:
|
||||||
state_attributes["heating_power_request"] = \
|
state_attributes["heating_power_request"] = \
|
||||||
self._data.room_status[self._room_id]['heating_power_request']
|
self._data.room_status[self._room_id]['heating_power_request']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user