Fix typo in lovelace (#119523)

This commit is contained in:
Erik Montnemery 2024-06-12 20:14:59 +02:00 committed by GitHub
parent ae3134d875
commit a4c34fe207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ async def websocket_lovelace_config(
msg: dict[str, Any],
config: LovelaceStorage,
) -> json_fragment:
"""Send Lovelace UI config over WebSocket configuration."""
"""Send Lovelace UI config over WebSocket connection."""
return await config.async_json(msg["force"])