Skip to content

Commit

Permalink
Also remove unneeded get_all_gateway_entities() function
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Jan 29, 2025
1 parent 3106c4d commit d617297
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugwise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,6 @@ async def _smile_detect_legacy(
self.smile_legacy = True
return return_model

def get_all_gateway_entities(self) -> None:
"""Collect the Plugwise Gateway entities and their data and states from the received raw XML-data."""
self._smile_api.get_all_gateway_entities()

async def async_update(self) -> dict[str, GwEntityData]:
"""Update the Plughwise Gateway entities and their data and states."""
data: dict[str, GwEntityData] = {}
Expand Down

0 comments on commit d617297

Please sign in to comment.