From aab008506c334b1d0dc498c83567b5861f8ab327 Mon Sep 17 00:00:00 2001 From: c4coer Date: Sun, 6 Jul 2025 10:02:13 +0200 Subject: [PATCH] Update __init__.py for update HA 2025.7.1 update file "_init_.py" --- custom_components/hon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hon/__init__.py b/custom_components/hon/__init__.py index 1e38a2d..899934e 100644 --- a/custom_components/hon/__init__.py +++ b/custom_components/hon/__init__.py @@ -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