mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add a syntax for merging lists of triggers (#117698)
* Add a syntax for merging lists of triggers * Updating to the new syntax * Update homeassistant/helpers/config_validation.py Co-authored-by: Erik Montnemery <erik@montnemery.com> * fix suggestion * update test and add comments * not actually json * move test to new file * update tests --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
@@ -282,6 +282,7 @@ CONF_THEN: Final = "then"
|
||||
CONF_TIMEOUT: Final = "timeout"
|
||||
CONF_TIME_ZONE: Final = "time_zone"
|
||||
CONF_TOKEN: Final = "token"
|
||||
CONF_TRIGGERS: Final = "triggers"
|
||||
CONF_TRIGGER_TIME: Final = "trigger_time"
|
||||
CONF_TTL: Final = "ttl"
|
||||
CONF_TYPE: Final = "type"
|
||||
|
||||
Reference in New Issue
Block a user