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

Variables

string ATTR_LAST_ACTION = "last_action"
 
string ATTR_LAST_TRIGGERED = "last_triggered"
 
string ATTR_VARIABLES = "variables"
 
string CONF_ADVANCED = "advanced"
 
string CONF_EXAMPLE = "example"
 
string CONF_FIELDS = "fields"
 
string CONF_REQUIRED = "required"
 
string CONF_TRACE = "trace"
 
string DOMAIN = "script"
 
string ENTITY_ID_FORMAT = DOMAIN + ".{}"
 
string EVENT_SCRIPT_STARTED = "script_started"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the script integration.

Variable Documentation

◆ ATTR_LAST_ACTION

string homeassistant.components.script.const.ATTR_LAST_ACTION = "last_action"

Definition at line 7 of file const.py.

◆ ATTR_LAST_TRIGGERED

string homeassistant.components.script.const.ATTR_LAST_TRIGGERED = "last_triggered"

Definition at line 8 of file const.py.

◆ ATTR_VARIABLES

string homeassistant.components.script.const.ATTR_VARIABLES = "variables"

Definition at line 9 of file const.py.

◆ CONF_ADVANCED

string homeassistant.components.script.const.CONF_ADVANCED = "advanced"

Definition at line 11 of file const.py.

◆ CONF_EXAMPLE

string homeassistant.components.script.const.CONF_EXAMPLE = "example"

Definition at line 12 of file const.py.

◆ CONF_FIELDS

string homeassistant.components.script.const.CONF_FIELDS = "fields"

Definition at line 13 of file const.py.

◆ CONF_REQUIRED

string homeassistant.components.script.const.CONF_REQUIRED = "required"

Definition at line 14 of file const.py.

◆ CONF_TRACE

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

Definition at line 15 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ ENTITY_ID_FORMAT

string homeassistant.components.script.const.ENTITY_ID_FORMAT = DOMAIN + ".{}"

Definition at line 17 of file const.py.

◆ EVENT_SCRIPT_STARTED

string homeassistant.components.script.const.EVENT_SCRIPT_STARTED = "script_started"

Definition at line 19 of file const.py.

◆ LOGGER

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

Definition at line 21 of file const.py.