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 b115628 commit 04591eeCopy full SHA for 04591ee
plugwise/legacy/smile.py
@@ -52,6 +52,7 @@ def __init__(
52
smile_type: str,
53
smile_version: Version | None,
54
smile_zigbee_mac_address: str | None,
55
+ gw_entities: dict[str, GwEntityData] = {},
56
) -> None:
57
"""Set the constructor for this class."""
58
self._cooling_present = False
plugwise/smile.py
@@ -60,6 +60,8 @@ def __init__(
60
smile_name: str,
61
62
63
+ _zones: dict[str, GwEntityData] = {},
64
65
66
67
self._cooling_present = _cooling_present
0 commit comments