Skip to content

Commit

Permalink
Fix tag handling in alarm blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 21, 2024
1 parent d2f988d commit b527a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions blueprints/automation/alarm/clear_alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ trigger:
variables:
name: !input name
group: !input group
tag: !input tag

action:
- action: python_script.notify
Expand Down
2 changes: 1 addition & 1 deletion packages/security/intrusion_alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ automation:
id: "8e77137f-af56-48bd-b82c-7e5bb0ab4ff8"
description: "Clear alarm notifications when an intrusion is no longer active."
use_blueprint:
path: "alarm/start_alarm.yaml"
path: "alarm/clear_alarm.yaml"
input: *alarm_input

- alias: "silence_intrusion_alarm"
Expand Down

0 comments on commit b527a9c

Please sign in to comment.