mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Add if/else automation/script action (#69811)
Co-authored-by: Erik <erik@montnemery.com>
This commit is contained in:
@@ -140,6 +140,7 @@ CONF_DOMAIN: Final = "domain"
|
||||
CONF_DOMAINS: Final = "domains"
|
||||
CONF_EFFECT: Final = "effect"
|
||||
CONF_ELEVATION: Final = "elevation"
|
||||
CONF_ELSE: Final = "else"
|
||||
CONF_EMAIL: Final = "email"
|
||||
CONF_ENTITIES: Final = "entities"
|
||||
CONF_ENTITY_CATEGORY: Final = "entity_category"
|
||||
@@ -165,6 +166,7 @@ CONF_HS: Final = "hs"
|
||||
CONF_ICON: Final = "icon"
|
||||
CONF_ICON_TEMPLATE: Final = "icon_template"
|
||||
CONF_ID: Final = "id"
|
||||
CONF_IF: Final = "if"
|
||||
CONF_INCLUDE: Final = "include"
|
||||
CONF_INTERNAL_URL: Final = "internal_url"
|
||||
CONF_IP_ADDRESS: Final = "ip_address"
|
||||
@@ -232,6 +234,7 @@ CONF_STRUCTURE: Final = "structure"
|
||||
CONF_SWITCHES: Final = "switches"
|
||||
CONF_TARGET: Final = "target"
|
||||
CONF_TEMPERATURE_UNIT: Final = "temperature_unit"
|
||||
CONF_THEN: Final = "then"
|
||||
CONF_TIMEOUT: Final = "timeout"
|
||||
CONF_TIME_ZONE: Final = "time_zone"
|
||||
CONF_TOKEN: Final = "token"
|
||||
|
||||
Reference in New Issue
Block a user