1
0
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:
Michael
2026-05-02 00:32:30 +02:00
committed by GitHub
parent 01c4ce4278
commit 400f75739f
@@ -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,