Add constructor return type in integrations E-K (#50902)

This commit is contained in:
Michael 2021-05-20 17:47:30 +02:00 committed by GitHub
parent d7c0da90c5
commit b1138b1aab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 64 additions and 60 deletions

View file

@ -29,7 +29,7 @@ class GuardianDataUpdateCoordinator(DataUpdateCoordinator[dict]):
api_coro: Callable[..., Awaitable],
api_lock: asyncio.Lock,
valve_controller_uid: str,
):
) -> None:
"""Initialize."""
super().__init__(
hass,