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 a0d41e0 commit b769e83Copy full SHA for b769e83
plugwise/smile.py
@@ -265,7 +265,7 @@ def get_device_data(self, dev_id):
265
device_data.pop("boiler_state", None)
266
device_data.pop("intended_boiler_state", None)
267
268
- # Adam: indicate Auxiliary heating_state based on valves being open in case of city-provided heating
+ # Adam: indicate heating_state based on valves being open in case of city-provided heating
269
if self.smile_name == "Adam":
270
if details["class"] == "gateway":
271
if not self.active_device_present and self.heating_valves() is not None:
0 commit comments