mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Change type of the config_entry in coordinator in tedee (#129502)
This commit is contained in:
parent
484e5cb3e8
commit
3bf2946d13
@ -39,7 +39,7 @@ type TedeeConfigEntry = ConfigEntry[TedeeApiCoordinator]
|
|||||||
class TedeeApiCoordinator(DataUpdateCoordinator[dict[int, TedeeLock]]):
|
class TedeeApiCoordinator(DataUpdateCoordinator[dict[int, TedeeLock]]):
|
||||||
"""Class to handle fetching data from the tedee API centrally."""
|
"""Class to handle fetching data from the tedee API centrally."""
|
||||||
|
|
||||||
config_entry: ConfigEntry
|
config_entry: TedeeConfigEntry
|
||||||
bridge: TedeeBridge
|
bridge: TedeeBridge
|
||||||
|
|
||||||
def __init__(self, hass: HomeAssistant, entry: TedeeConfigEntry) -> None:
|
def __init__(self, hass: HomeAssistant, entry: TedeeConfigEntry) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user