mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Update homeassistant/components/websocket_api/commands.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -942,7 +942,7 @@ async def handle_integration_wait(
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Handle wait for integration command."""
|
"""Handle wait for integration command."""
|
||||||
|
|
||||||
domain = msg["domain"]
|
domain: str = msg["domain"]
|
||||||
setup_done = hass.data.get(DATA_SETUP_DONE, {})
|
setup_done = hass.data.get(DATA_SETUP_DONE, {})
|
||||||
|
|
||||||
# Wait for the integration to be set up
|
# Wait for the integration to be set up
|
||||||
|
Reference in New Issue
Block a user