mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +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 to handle fetching data from the tedee API centrally."""
|
||||
|
||||
config_entry: ConfigEntry
|
||||
config_entry: TedeeConfigEntry
|
||||
bridge: TedeeBridge
|
||||
|
||||
def __init__(self, hass: HomeAssistant, entry: TedeeConfigEntry) -> None:
|
||||
|
Reference in New Issue
Block a user