Skip to content

Commit d617297

Browse files
committed
Also remove unneeded get_all_gateway_entities() function
1 parent 3106c4d commit d617297

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugwise/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,6 @@ async def _smile_detect_legacy(
321321
self.smile_legacy = True
322322
return return_model
323323

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-
328324
async def async_update(self) -> dict[str, GwEntityData]:
329325
"""Update the Plughwise Gateway entities and their data and states."""
330326
data: dict[str, GwEntityData] = {}

0 commit comments

Comments
 (0)