Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Erik
144563dbbc Rename WS command for listing lovelace resources 2024-06-12 14:45:24 +02:00

View file

@ -52,7 +52,7 @@ def _handle_errors(func):
return send_with_error_handling
@websocket_api.websocket_command({"type": "lovelace/resources"})
@websocket_api.websocket_command({"type": "lovelace/resources/list"})
@websocket_api.async_response
async def websocket_lovelace_resources(
hass: HomeAssistant,