Skip to content

Commit 31e9b7e

Browse files
committed
Init self_heater_id properly
1 parent 35f0741 commit 31e9b7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
from plugwise.constants import (
1111
ANNA,
12+
NONE,
1213
SPECIAL_PLUG_TYPES,
1314
SWITCH_GROUP_TYPES,
1415
ApplianceType,
@@ -37,6 +38,7 @@ def __init__(self) -> None:
3738
self._cooling_present: bool
3839
self._count: int
3940
self._domain_objects: etree
41+
self._heater_id: str = NONE
4042
self._on_off_device: bool
4143
self.gw_entities: dict[str, GwEntityData] = {}
4244
self.smile_name: str

0 commit comments

Comments
 (0)