Load mobile_app notify platform with eager_start (#114700)

This commit is contained in:
J. Nick Koston 2024-04-03 21:34:13 -10:00 committed by GitHub
parent 1462c99bc0
commit 7b64097399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,8 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
)
hass.async_create_task(
discovery.async_load_platform(hass, Platform.NOTIFY, DOMAIN, {}, config)
discovery.async_load_platform(hass, Platform.NOTIFY, DOMAIN, {}, config),
eager_start=True,
)
websocket_api.async_setup_commands(hass)