From c78e332df36706e82edb135e2bc034090da882c6 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Thu, 14 Mar 2019 18:18:25 +0100 Subject: [PATCH] Bring back the boiler status (#22021) --- homeassistant/components/netatmo/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/netatmo/climate.py b/homeassistant/components/netatmo/climate.py index 409358c2f04..2d8b06dd466 100644 --- a/homeassistant/components/netatmo/climate.py +++ b/homeassistant/components/netatmo/climate.py @@ -187,7 +187,7 @@ class NetatmoThermostat(ClimateDevice): "module_id": self._data.room_status[self._room_id]['module_id'] } if module_type == NA_THERM: - state_attributes["boiler_status"] = self.current_operation + state_attributes["boiler_status"] = self._data.boilerstatus elif module_type == NA_VALVE: state_attributes["heating_power_request"] = \ self._data.room_status[self._room_id]['heating_power_request']