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 c0e19a3 commit 4170666Copy full SHA for 4170666
plugwise/smile.py
@@ -89,6 +89,9 @@ def __init__(
89
self.smile = smile
90
self.therms_with_offset_func: list[str] = []
91
92
+ self._zones = {}
93
+ self.gw_entities = {}
94
+
95
@property
96
def cooling_present(self) -> bool:
97
"""Return the cooling capability."""
@@ -125,8 +128,6 @@ async def async_update(self) -> dict[str, GwEntityData]:
125
128
126
129
Any change in the connected entities will be detected immediately.
127
130
"""
- self._zones = {}
- self.gw_entities = {}
131
try:
132
await self.full_xml_update()
133
self.get_all_gateway_entities()
0 commit comments