mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Pass config entry explicitly in Supla coordinator (#178347)
This commit is contained in:
@@ -28,6 +28,7 @@ class SuplaCoordinator(DataUpdateCoordinator[dict[int, dict]]):
|
||||
super().__init__(
|
||||
hass,
|
||||
_LOGGER,
|
||||
config_entry=None,
|
||||
name=f"supla-{server_name}",
|
||||
update_interval=SCAN_INTERVAL,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user