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 1ae5769 commit eb9043fCopy full SHA for eb9043f
plugwise/common.py
@@ -76,7 +76,7 @@ def _appl_heater_central_info(
76
xml_2 = return_valid(xml_2, self._domain_objects)
77
self._heater_id = check_heater_central(xml_2)
78
79
- if self._heater_id is None:
+ if self._heater_id == NONE:
80
return Munch()
81
82
# Info for On-Off device
0 commit comments