mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +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:
|
||||
"""Handle wait for integration command."""
|
||||
|
||||
domain = msg["domain"]
|
||||
domain: str = msg["domain"]
|
||||
setup_done = hass.data.get(DATA_SETUP_DONE, {})
|
||||
|
||||
# Wait for the integration to be set up
|
||||
|
Reference in New Issue
Block a user