Add NOT condition helper (#34624)
This commit is contained in:
parent
6404882ec4
commit
c93c6a66e8
4 changed files with 106 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue