Add constructor return type in integrations E-K (#50902)
This commit is contained in:
parent
d7c0da90c5
commit
b1138b1aab
49 changed files with 64 additions and 60 deletions
|
@ -46,7 +46,7 @@ class ConfigEntryAuth(homeconnect.HomeConnectAPI):
|
|||
hass: core.HomeAssistant,
|
||||
config_entry: config_entries.ConfigEntry,
|
||||
implementation: config_entry_oauth2_flow.AbstractOAuth2Implementation,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize Home Connect Auth."""
|
||||
self.hass = hass
|
||||
self.config_entry = config_entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue