Improve type hints in evohome (#87266)

This commit is contained in:
epenet 2023-02-03 16:18:10 +01:00 committed by GitHub
parent e77e49a87a
commit 5958e7c515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -405,11 +405,11 @@ class EvoBroker:
def __init__(
self,
hass,
hass: HomeAssistant,
client: evohomeasync2.EvohomeClient,
client_v1: evohomeasync.EvohomeClient | None,
store: Store[dict[str, Any]],
params,
params: ConfigType,
) -> None:
"""Initialize the evohome client and its data structure."""
self.hass = hass