mirror of
https://github.com/Andre0512/hon.git
synced 2025-08-04 07:41:02 +00:00
Update __init__.py
for update HA 2025.7.1 update file "_init_.py"
This commit is contained in:
parent
70eb6c0111
commit
aab008506c
|
@ -55,7 +55,7 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool
|
||||||
|
|
||||||
for platform in PLATFORMS:
|
for platform in PLATFORMS:
|
||||||
hass.async_create_task(
|
hass.async_create_task(
|
||||||
hass.config_entries.async_forward_entry_setup(entry, platform)
|
hass.config_entries.async_forward_entry_setups(entry, [platform])
|
||||||
)
|
)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue