We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0686b2a commit f9b2d7dCopy full SHA for f9b2d7d
plugwise/helper.py
@@ -972,7 +972,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
972
# to show the generic heating state
973
if "c_heating_state" in data:
974
if self._elga or (
975
- self.smile_name in ("Adam", "Anna") and self._on_off_device
+ self.smile_name in ("Adam", "Smile Anna") and self._on_off_device
976
):
977
data["heating_state"] = data["c_heating_state"]
978
# For Adam + OnOff cooling, central_heating_state = True means cooling is active
0 commit comments