Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.dynalite.panel Namespace Reference

Functions

def async_register_dynalite_frontend (HomeAssistant hass)
 
None get_dynalite_config (HomeAssistant hass, websocket_api.ActiveConnection connection, dict msg)
 
None save_dynalite_config (HomeAssistant hass, websocket_api.ActiveConnection connection, dict msg)
 

Variables

list RELEVANT_CONFS
 
string URL_BASE = "/dynalite_static"
 

Detailed Description

Dynalite API interface for the frontend.

Function Documentation

◆ async_register_dynalite_frontend()

def homeassistant.components.dynalite.panel.async_register_dynalite_frontend ( HomeAssistant  hass)
Register the Dynalite frontend configuration panel.

Definition at line 96 of file panel.py.

◆ get_dynalite_config()

None homeassistant.components.dynalite.panel.get_dynalite_config ( HomeAssistant  hass,
websocket_api.ActiveConnection  connection,
dict   msg 
)
Retrieve the Dynalite config for the frontend.

Definition at line 45 of file panel.py.

◆ save_dynalite_config()

None homeassistant.components.dynalite.panel.save_dynalite_config ( HomeAssistant  hass,
websocket_api.ActiveConnection  connection,
dict   msg 
)
Retrieve the Dynalite config for the frontend.

Definition at line 75 of file panel.py.

Variable Documentation

◆ RELEVANT_CONFS

list homeassistant.components.dynalite.panel.RELEVANT_CONFS
Initial value:
1 = [
2  CONF_NAME,
3  CONF_HOST,
4  CONF_PORT,
5  CONF_AUTO_DISCOVER,
6  CONF_AREA,
7  CONF_DEFAULT,
8  CONF_ACTIVE,
9  CONF_PRESET,
10  CONF_TEMPLATE,
11 ]

Definition at line 27 of file panel.py.

◆ URL_BASE

string homeassistant.components.dynalite.panel.URL_BASE = "/dynalite_static"

Definition at line 25 of file panel.py.