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 dd5651d commit 12d8b5bCopy full SHA for 12d8b5b
1 file changed
docs/blueprints/battery_notes_battery_threshold.yaml
@@ -87,7 +87,7 @@ triggers:
87
conditions:
88
- condition: template
89
value_template: |-
90
- {{ trigger.event.data.device_id not in excluded_devices}}
+ {{ excluded_devices == none or excluded_devices | length == 0 or trigger.event.data.device_id not in excluded_devices }}
91
92
93
{{ not include_devices_enabled or trigger.event.data.device_id in include_devices }}
0 commit comments