mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 02:34:57 -05:00
Pass None config entry to schluter coordinator (#169621)
This commit is contained in:
committed by
Paulus Schoutsen
parent
5ba6e348da
commit
bdb66635f8
@@ -62,6 +62,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