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 3106c4d commit d617297Copy full SHA for d617297
plugwise/__init__.py
@@ -321,10 +321,6 @@ async def _smile_detect_legacy(
321
self.smile_legacy = True
322
return return_model
323
324
- def get_all_gateway_entities(self) -> None:
325
- """Collect the Plugwise Gateway entities and their data and states from the received raw XML-data."""
326
- self._smile_api.get_all_gateway_entities()
327
-
328
async def async_update(self) -> dict[str, GwEntityData]:
329
"""Update the Plughwise Gateway entities and their data and states."""
330
data: dict[str, GwEntityData] = {}
0 commit comments