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 4e8f6dc commit 79ca903Copy full SHA for 79ca903
plugwise/legacy/smile.py
@@ -82,9 +82,7 @@ def get_all_gateway_entities(self) -> None:
82
Finally, collect the data and states for each entity.
83
"""
84
self._get_appliances()
85
- if group_data := self._get_groups():
86
- self.gw_entities.update(group_data)
87
-
+ self._get_groups()
88
self._all_entity_data()
89
90
async def async_update(self) -> dict[str, GwEntityData]:
0 commit comments