Update homeassistant/components/websocket_api/commands.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Erik Montnemery
2025-04-02 15:06:04 +02:00
committed by GitHub
parent 15c495235c
commit 60c3266a89

View File

@@ -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