mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix typo in lovelace (#119523)
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user