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

View File

@@ -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"])