We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616bb4d commit ad09f6dCopy full SHA for ad09f6d
1 file changed
plugwise/common.py
@@ -77,7 +77,7 @@ def _appl_heater_central_info(
77
self._heater_id = check_heater_central(xml_2)
78
79
if self._heater_id is None:
80
- return appl
+ return Munch()
81
82
# Info for On-Off device
83
if self._on_off_device:
0 commit comments