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 f31fd6b commit e5f566eCopy full SHA for e5f566e
plugwise/helper.py
@@ -508,7 +508,7 @@ def _check_heater_central(self) -> str:
508
"""
509
locator = "./appliance[type='heater_central']"
510
hc_count = 0
511
- hc_list: list[dict[str, str]] = []
+ hc_list: list[dict[str, bool]] = []
512
for heater_central in self._appliances.findall(locator):
513
hc_count += 1
514
hc_id: str = heater_central.attrib["id"]
0 commit comments