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

Variables

string CONF_ACTION = "action"
 
string CONF_ACTIONS = "actions"
 
string CONF_BLUEPRINT = "blueprint"
 
string CONF_CONDITION_TYPE = "condition_type"
 
string CONF_HIDE_ENTITY = "hide_entity"
 
string CONF_INITIAL_STATE = "initial_state"
 
string CONF_INPUT = "input"
 
string CONF_TRACE = "trace"
 
string CONF_TRIGGER = "trigger"
 
string CONF_TRIGGER_VARIABLES = "trigger_variables"
 
string CONF_TRIGGERS = "triggers"
 
bool DEFAULT_INITIAL_STATE = True
 
string DOMAIN = "automation"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the automation integration.

Variable Documentation

◆ CONF_ACTION

string homeassistant.components.automation.const.CONF_ACTION = "action"

Definition at line 5 of file const.py.

◆ CONF_ACTIONS

string homeassistant.components.automation.const.CONF_ACTIONS = "actions"

Definition at line 6 of file const.py.

◆ CONF_BLUEPRINT

string homeassistant.components.automation.const.CONF_BLUEPRINT = "blueprint"

Definition at line 16 of file const.py.

◆ CONF_CONDITION_TYPE

string homeassistant.components.automation.const.CONF_CONDITION_TYPE = "condition_type"

Definition at line 14 of file const.py.

◆ CONF_HIDE_ENTITY

string homeassistant.components.automation.const.CONF_HIDE_ENTITY = "hide_entity"

Definition at line 12 of file const.py.

◆ CONF_INITIAL_STATE

string homeassistant.components.automation.const.CONF_INITIAL_STATE = "initial_state"

Definition at line 15 of file const.py.

◆ CONF_INPUT

string homeassistant.components.automation.const.CONF_INPUT = "input"

Definition at line 17 of file const.py.

◆ CONF_TRACE

string homeassistant.components.automation.const.CONF_TRACE = "trace"

Definition at line 18 of file const.py.

◆ CONF_TRIGGER

string homeassistant.components.automation.const.CONF_TRIGGER = "trigger"

Definition at line 7 of file const.py.

◆ CONF_TRIGGER_VARIABLES

string homeassistant.components.automation.const.CONF_TRIGGER_VARIABLES = "trigger_variables"

Definition at line 9 of file const.py.

◆ CONF_TRIGGERS

string homeassistant.components.automation.const.CONF_TRIGGERS = "triggers"

Definition at line 8 of file const.py.

◆ DEFAULT_INITIAL_STATE

bool homeassistant.components.automation.const.DEFAULT_INITIAL_STATE = True

Definition at line 20 of file const.py.

◆ DOMAIN

string homeassistant.components.automation.const.DOMAIN = "automation"

Definition at line 10 of file const.py.

◆ LOGGER

homeassistant.components.automation.const.LOGGER = logging.getLogger(__package__)

Definition at line 22 of file const.py.