Skip to content

Commit b769e83

Browse files
committed
Improve comment
1 parent a0d41e0 commit b769e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def get_device_data(self, dev_id):
265265
device_data.pop("boiler_state", None)
266266
device_data.pop("intended_boiler_state", None)
267267

268-
# Adam: indicate Auxiliary heating_state based on valves being open in case of city-provided heating
268+
# Adam: indicate heating_state based on valves being open in case of city-provided heating
269269
if self.smile_name == "Adam":
270270
if details["class"] == "gateway":
271271
if not self.active_device_present and self.heating_valves() is not None:

0 commit comments

Comments
 (0)