Skip to content

Commit 11f6d22

Browse files
committed
Make sure to return empty Munch
1 parent 07261df commit 11f6d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _appl_heater_central_info(
7777
self._heater_id = check_heater_central(xml_2)
7878

7979
if self._heater_id is None:
80-
return appl
80+
return Munch()
8181

8282
# Info for On-Off device
8383
if self._on_off_device:

0 commit comments

Comments
 (0)