Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.script.const
 

Variables

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