mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Add stop/error script/automation action (#67340)
This commit is contained in:
@@ -146,6 +146,7 @@ CONF_ENTITY_CATEGORY: Final = "entity_category"
|
||||
CONF_ENTITY_ID: Final = "entity_id"
|
||||
CONF_ENTITY_NAMESPACE: Final = "entity_namespace"
|
||||
CONF_ENTITY_PICTURE_TEMPLATE: Final = "entity_picture_template"
|
||||
CONF_ERROR: Final = "error"
|
||||
CONF_EVENT: Final = "event"
|
||||
CONF_EVENT_DATA: Final = "event_data"
|
||||
CONF_EVENT_DATA_TEMPLATE: Final = "event_data_template"
|
||||
@@ -226,6 +227,7 @@ CONF_SOURCE: Final = "source"
|
||||
CONF_SSL: Final = "ssl"
|
||||
CONF_STATE: Final = "state"
|
||||
CONF_STATE_TEMPLATE: Final = "state_template"
|
||||
CONF_STOP: Final = "stop"
|
||||
CONF_STRUCTURE: Final = "structure"
|
||||
CONF_SWITCHES: Final = "switches"
|
||||
CONF_TARGET: Final = "target"
|
||||
|
||||
Reference in New Issue
Block a user