mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Change type of the config_entry in coordinator in tedee (#129502)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user