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.
2 parents be6f99e + 6c42412 commit 49e6cb4Copy full SHA for 49e6cb4
custom_components/fireflyiii_integration/__init__.py
@@ -53,10 +53,7 @@ async def async_setup_entry(
53
)
54
55
# Forward the setup to the sensor platform.
56
- for platform in PLATFORMS:
57
- hass.async_create_task(
58
- hass.config_entries.async_forward_entry_setup(entry, platform)
59
- )
+ await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
60
return True
61
62
0 commit comments