Skip to content

Commit 42666a6

Browse files
committed
Revert back to original idea
1 parent 10a2872 commit 42666a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugwise/util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ def check_heater_central(xml: etree.Element) -> str:
9595
hc_list.append({hc_id: has_actuators})
9696

9797
if not hc_list:
98-
raise DataMissingError(
99-
"No Central heating boiler found, please create an Issue"
100-
) # pragma: no cover
98+
return # pragma: no cover
10199

102100
heater_central_id = list(hc_list[0].keys())[0]
103101
if hc_count > 1:

0 commit comments

Comments
 (0)