Improve type hints in evohome (#87266)
This commit is contained in:
parent
e77e49a87a
commit
5958e7c515
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue