mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix typo in lovelace (#119523)
This commit is contained in:
parent
ae3134d875
commit
a4c34fe207
@ -88,7 +88,7 @@ async def websocket_lovelace_config(
|
|||||||
msg: dict[str, Any],
|
msg: dict[str, Any],
|
||||||
config: LovelaceStorage,
|
config: LovelaceStorage,
|
||||||
) -> json_fragment:
|
) -> json_fragment:
|
||||||
"""Send Lovelace UI config over WebSocket configuration."""
|
"""Send Lovelace UI config over WebSocket connection."""
|
||||||
return await config.async_json(msg["force"])
|
return await config.async_json(msg["force"])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user