We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90fd59 commit 46ae41bCopy full SHA for 46ae41b
plugwise/smile.py
@@ -211,11 +211,10 @@ def _device_data_climate(
211
device_data["mode"] = "auto"
212
if sel_schedule == "None":
213
device_data["mode"] = "heat"
214
- if self._heater_id is not None:
215
- if self._anna_cooling_present:
216
- device_data["mode"] = "heat_cool"
217
- if self.smile_name == "Adam" and self._adam_cooling_enabled:
218
- device_data["mode"] = "cool"
+ if self._anna_cooling_present:
+ device_data["mode"] = "heat_cool"
+ if self.smile_name == "Adam" and self._adam_cooling_enabled:
+ device_data["mode"] = "cool"
219
220
return device_data
221
0 commit comments