Bump dependencies in Overkiz integration (#69855)

This commit is contained in:
Mick Vleeshouwer 2022-04-11 10:27:49 -07:00 committed by GitHub
parent 919a746ebc
commit 8c01decef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 6 deletions

View file

@ -62,7 +62,7 @@ class OverkizDataUpdateCoordinator(DataUpdateCoordinator[dict[str, Device]]):
device.protocol in (Protocol.RTS, Protocol.INTERNAL) for device in devices
)
self.executions: dict[str, dict[str, str]] = {}
self.areas = self._places_to_area(places)
self.areas = self._places_to_area(places) if places else None
self.config_entry_id = config_entry_id
async def _async_update_data(self) -> dict[str, Device]: