Skip to content

Commit 87bbfc3

Browse files
committed
Try 2
1 parent 529c85b commit 87bbfc3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

plugwise/common.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
class SmileCommon:
3333
"""The SmileCommon class."""
3434

35-
def __init__(self) -> None:
36-
"""Init."""
37-
self._appliances: etree
38-
self._count: int
39-
self._domain_objects: etree
40-
self._cooling_present: bool
41-
self._heater_id: str
42-
self._on_off_device: bool
43-
self._opentherm_device: bool
44-
self.gw_entities: dict[str, GwEntityData]
45-
self.smile_name: str
46-
self.smile_type: str
35+
#def __init__(self) -> None:
36+
# """Init."""
37+
#self._appliances: etree
38+
#self._count: int
39+
#self._domain_objects: etree
40+
#self._cooling_present: bool
41+
#self._heater_id: str
42+
#self._on_off_device: bool
43+
#self._opentherm_device: bool
44+
#self.gw_entities: dict[str, GwEntityData]
45+
#self.smile_name: str
46+
#self.smile_type: str
4747

4848
def smile(self, name: str) -> bool:
4949
"""Helper-function checking the smile-name."""

0 commit comments

Comments
 (0)