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 c82a2d5 commit f1dd4f4Copy full SHA for f1dd4f4
plugwise/util.py
@@ -95,7 +95,9 @@ def check_heater_central(xml: etree.Element) -> str:
95
hc_list.append({hc_id: has_actuators})
96
97
if not hc_list:
98
- raise DataMissingError("No Central heating boiler found, please create an Issue")
+ raise DataMissingError(
99
+ "No Central heating boiler found, please create an Issue"
100
+ )
101
102
heater_central_id = list(hc_list[0].keys())[0]
103
if hc_count > 1:
0 commit comments