Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lovelace.dashboard.DashboardsCollectionWebSocket Class Reference
Inheritance diagram for homeassistant.components.lovelace.dashboard.DashboardsCollectionWebSocket:
[legend]
Collaboration diagram for homeassistant.components.lovelace.dashboard.DashboardsCollectionWebSocket:
[legend]

Public Member Functions

None ws_list_item (self, HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 

Detailed Description

Class to expose storage collection management over websocket.

Definition at line 303 of file dashboard.py.

Member Function Documentation

◆ ws_list_item()

None homeassistant.components.lovelace.dashboard.DashboardsCollectionWebSocket.ws_list_item (   self,
HomeAssistant  hass,
websocket_api.ActiveConnection  connection,
dict[str, Any]  msg 
)
Send Lovelace UI resources over WebSocket connection.

Definition at line 307 of file dashboard.py.


The documentation for this class was generated from the following file: