diff --git a/custom_components/dwd_weather/__init__.py b/custom_components/dwd_weather/__init__.py index 2dffc90..363a8a5 100644 --- a/custom_components/dwd_weather/__init__.py +++ b/custom_components/dwd_weather/__init__.py @@ -101,7 +101,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry): DWDWEATHER_COORDINATOR: dwdweather_coordinator, } - await hass.config_entries.async_forward_entry_setups(entry, "camera") + await hass.config_entries.async_forward_entry_setups(entry, ["camera"]) return True