mirror of
https://github.com/Andre0512/hon.git
synced 2026-01-04 17:52:45 +00:00
Merge aab008506c into 70eb6c0111
This commit is contained in:
commit
74ff66b8eb
|
|
@ -55,7 +55,7 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool
|
|||
|
||||
for platform in PLATFORMS:
|
||||
hass.async_create_task(
|
||||
hass.config_entries.async_forward_entry_setup(entry, platform)
|
||||
hass.config_entries.async_forward_entry_setups(entry, [platform])
|
||||
)
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue