Home Assistant Unofficial Reference 2024.12.1
websocket_api.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.thread.websocket_api
 

Functions

None homeassistant.components.thread.websocket_api.async_setup (HomeAssistant hass)
 
None homeassistant.components.thread.websocket_api.ws_add_dataset (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.thread.websocket_api.ws_delete_dataset (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.thread.websocket_api.ws_discover_routers (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.thread.websocket_api.ws_get_dataset (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.thread.websocket_api.ws_list_datasets (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.thread.websocket_api.ws_set_preferred_border_agent (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.thread.websocket_api.ws_set_preferred_dataset (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)