Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.automation.const
 

Variables

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