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 ad09f6d commit c47e045Copy full SHA for c47e045
plugwise/util.py
@@ -102,7 +102,7 @@ def check_heater_central(xml: etree.Element) -> str:
102
if hc_count > 1:
103
for item in hc_list: # pragma: no cover
104
if next(iter(item.values())):
105
- heater_central_id = next(iter(item)) # pragma: no cover
+ heater_central_id = next(iter(item)) # pragma: no cover
106
# Stop when a valid id is found
107
break # pragma: no cover
108
0 commit comments