mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Load mobile_app notify platform with eager_start (#114700)
This commit is contained in:
parent
1462c99bc0
commit
7b64097399
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user