Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.config.core Namespace Reference

Classes

class  CheckConfigView
 

Functions

bool async_setup (HomeAssistant hass)
 
None websocket_detect_config (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None websocket_update_config (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 

Detailed Description

Component to interact with Hassbian tools.

Function Documentation

◆ async_setup()

bool homeassistant.components.config.core.async_setup ( HomeAssistant  hass)
Set up the Hassbian config.

Definition at line 20 of file core.py.

◆ websocket_detect_config()

None homeassistant.components.config.core.websocket_detect_config ( HomeAssistant  hass,
websocket_api.ActiveConnection  connection,
dict[str, Any]  msg 
)
Detect core config.

Definition at line 95 of file core.py.

◆ websocket_update_config()

None homeassistant.components.config.core.websocket_update_config ( HomeAssistant  hass,
websocket_api.ActiveConnection  connection,
dict[str, Any]  msg 
)
Handle update core config command.

Definition at line 71 of file core.py.