We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e4a95 commit 5ad3121Copy full SHA for 5ad3121
plugwise/helper.py
@@ -1010,8 +1010,6 @@ def _process_c_heating_state(self, data: DeviceData) -> None:
1010
# Anna + OnOff heater: use central_heating_state to show heating_state
1011
# Solution for Core issue #81839
1012
if self.smile_name == "Smile Anna":
1013
- if "heating_state" not in data["binary_sensors"]:
1014
- self._count += 1
1015
data["binary_sensors"]["heating_state"] = data["c_heating_state"]
1016
1017
# Adam + OnOff cooling: use central_heating_state to show heating/cooling_state
0 commit comments