Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.device_automation.const Namespace Reference

Variables

string CONF_CHANGED_STATES = "changed_states"
 
string CONF_IS_OFF = "is_off"
 
string CONF_IS_ON = "is_on"
 
string CONF_TOGGLE = "toggle"
 
string CONF_TURN_OFF = "turn_off"
 
string CONF_TURN_ON = "turn_on"
 
string CONF_TURNED_OFF = "turned_off"
 
string CONF_TURNED_ON = "turned_on"
 

Detailed Description

Constants for device automations.

Variable Documentation

◆ CONF_CHANGED_STATES

string homeassistant.components.device_automation.const.CONF_CHANGED_STATES = "changed_states"

Definition at line 3 of file const.py.

◆ CONF_IS_OFF

string homeassistant.components.device_automation.const.CONF_IS_OFF = "is_off"

Definition at line 4 of file const.py.

◆ CONF_IS_ON

string homeassistant.components.device_automation.const.CONF_IS_ON = "is_on"

Definition at line 5 of file const.py.

◆ CONF_TOGGLE

string homeassistant.components.device_automation.const.CONF_TOGGLE = "toggle"

Definition at line 6 of file const.py.

◆ CONF_TURN_OFF

string homeassistant.components.device_automation.const.CONF_TURN_OFF = "turn_off"

Definition at line 7 of file const.py.

◆ CONF_TURN_ON

string homeassistant.components.device_automation.const.CONF_TURN_ON = "turn_on"

Definition at line 8 of file const.py.

◆ CONF_TURNED_OFF

string homeassistant.components.device_automation.const.CONF_TURNED_OFF = "turned_off"

Definition at line 9 of file const.py.

◆ CONF_TURNED_ON

string homeassistant.components.device_automation.const.CONF_TURNED_ON = "turned_on"

Definition at line 10 of file const.py.