Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 5f70060

Browse files
authored
Await async_forward_entry_setups to conform with HA 2023.3
1 parent b433db9 commit 5f70060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/uptime_kuma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
4949

5050
await coordinator.async_config_entry_first_refresh()
5151

52-
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
52+
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
5353

5454
return True
5555

0 commit comments

Comments
 (0)