We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de730d commit 045dbefCopy full SHA for 045dbef
custom_components/precoscombustiveis/__init__.py
@@ -34,7 +34,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType):
34
35
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
36
"""Set up the component from a config entry."""
37
- hass.config_entries.async_setup_platforms(entry, PLATFORMS)
+ await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
38
return True
39
40
0 commit comments