Skip to content

Commit eb9043f

Browse files
committed
Fix None to NONE
1 parent 1ae5769 commit eb9043f

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
@@ -76,7 +76,7 @@ def _appl_heater_central_info(
7676
xml_2 = return_valid(xml_2, self._domain_objects)
7777
self._heater_id = check_heater_central(xml_2)
7878

79-
if self._heater_id is None:
79+
if self._heater_id == NONE:
8080
return Munch()
8181

8282
# Info for On-Off device

0 commit comments

Comments
 (0)