mirror of
https://github.com/home-assistant/core.git
synced 2026-07-25 23:48:03 +01:00
Pass None config entry to schluter coordinator (#169621)
This commit is contained in:
@@ -60,6 +60,7 @@ async def async_setup_platform(
|
||||
coordinator = DataUpdateCoordinator(
|
||||
hass,
|
||||
_LOGGER,
|
||||
config_entry=None,
|
||||
name="schluter",
|
||||
update_method=async_update_data,
|
||||
update_interval=SCAN_INTERVAL,
|
||||
|
||||
Reference in New Issue
Block a user