Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.config.automation.EditAutomationConfigView Class Reference
Inheritance diagram for homeassistant.components.config.automation.EditAutomationConfigView:
[legend]
Collaboration diagram for homeassistant.components.config.automation.EditAutomationConfigView:
[legend]

Private Member Functions

None _write_value (self, HomeAssistant hass, list[dict[str, Any]] data, str config_key, dict[str, Any] new_value)
 

Detailed Description

Edit automation config.

Definition at line 55 of file automation.py.

Member Function Documentation

◆ _write_value()

None homeassistant.components.config.automation.EditAutomationConfigView._write_value (   self,
HomeAssistant  hass,
list[dict[str, Any]]  data,
str  config_key,
dict[str, Any]  new_value 
)
private
Set value.

Reimplemented from homeassistant.components.config.view.EditIdBasedConfigView.

Definition at line 58 of file automation.py.


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