Compare commits

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

1 commit

Author SHA1 Message Date
Erik Montnemery
3b150df0e8 Fix missing return in lovelace WS API 2023-10-31 07:36:59 +08:00

View file

@ -62,6 +62,7 @@ async def websocket_lovelace_resources(
if hass.config.safe_mode:
connection.send_result(msg["id"], [])
return
if not resources.loaded:
await resources.async_load()