mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Bring back the boiler status (#22021)
This commit is contained in:
@@ -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']
|
||||||
|
Reference in New Issue
Block a user