Skip to content

Commit a16bccc

Browse files
committed
Adam: don't update for cooling
1 parent df490d0 commit a16bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def _update_gw_devices(self) -> None:
113113
device.update(data)
114114

115115
# Update for cooling
116-
if device["dev_class"] in ZONE_THERMOSTATS:
116+
if device["dev_class"] in ZONE_THERMOSTATS and self.smile_name != "Adam":
117117
self.update_for_cooling(device)
118118

119119
remove_empty_platform_dicts(device)

0 commit comments

Comments
 (0)