We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa55d4 commit f79cd5fCopy full SHA for f79cd5f
1 file changed
docs/community.md
@@ -122,17 +122,14 @@ triggers:
122
battery_low: false
123
id: high
124
alias: Battery went high
125
-conditions:
126
- - condition: template
127
- value_template: "{{ trigger.event.data.reminder == false}}"
128
actions:
129
- choose:
130
- conditions:
131
- condition: trigger
132
id:
133
- low
134
- condition: template
135
- value_template: "{{ trigger.event.data.reminder == true}}"
+ value_template: "{{ trigger.event.data.reminder == false}}"
136
sequence:
137
- action: persistent_notification.create
138
data:
0 commit comments