Skip to content

Commit f9b2d7d

Browse files
committed
Correct smile_name
1 parent 0686b2a commit f9b2d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
972972
# to show the generic heating state
973973
if "c_heating_state" in data:
974974
if self._elga or (
975-
self.smile_name in ("Adam", "Anna") and self._on_off_device
975+
self.smile_name in ("Adam", "Smile Anna") and self._on_off_device
976976
):
977977
data["heating_state"] = data["c_heating_state"]
978978
# For Adam + OnOff cooling, central_heating_state = True means cooling is active

0 commit comments

Comments
 (0)