Pass None config entry to schluter coordinator (#169621)

This commit is contained in:
Michael
2026-05-04 12:44:13 -04:00
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,