Add NOT condition helper (#34624)

This commit is contained in:
Franck Nijhof 2020-04-24 18:40:23 +02:00 committed by GitHub
parent 6404882ec4
commit c93c6a66e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 106 additions and 0 deletions

View file

@ -54,6 +54,7 @@ CONF_SKIP_CONDITION = "skip_condition"
CONDITION_USE_TRIGGER_VALUES = "use_trigger_values"
CONDITION_TYPE_AND = "and"
CONDITION_TYPE_NOT = "not"
CONDITION_TYPE_OR = "or"
DEFAULT_CONDITION_TYPE = CONDITION_TYPE_AND