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 10a2872 commit 42666a6Copy full SHA for 42666a6
plugwise/util.py
@@ -95,9 +95,7 @@ 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(
99
- "No Central heating boiler found, please create an Issue"
100
- ) # pragma: no cover
+ return # pragma: no cover
101
102
heater_central_id = list(hc_list[0].keys())[0]
103
if hc_count > 1:
0 commit comments