Closed epenet closed 1 year ago
Up to 1.8.3
1.8.3 does not seem to work...
Config flow could not be loaded: {"message":"Invalid handler specified"}
File "/config/custom_components/livebox/__init__.py", line 67, in <module>
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
NameError: name 'ConfigEntry' is not defined
Up to 1.8.5
Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for livebox using this method at custom_components/livebox/__init__.py, line 98: hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)
Voir https://github.com/hacs/integration/pull/3038