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__) | |
Constants for the script integration.
| 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" |