Skip to content

Commit

Permalink
fixup! Use alarm blueprints to handle presence alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 10, 2024
1 parent db08a81 commit 2262965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/security/intrusion_alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ template:
attributes:
entity_id: >-
{{
set entities = state_attr('binary_sensor.intrusion_events', 'entity_id')
state_attr('binary_sensor.intrusion_events', 'entity_id')
| default([], True)
| sort | unique
}}
Expand Down Expand Up @@ -310,7 +310,7 @@ automation:
state: "off"

- alias: "clear_intrusion_alarm"
id: "6943625e-997b-4650-b608-acb10bf3ca57"
id: "8e77137f-af56-48bd-b82c-7e5bb0ab4ff8"
description: "Clear alarm notifications when an intrusion is no longer active."
use_blueprint:
path: "alarm/start_alarm.yaml"
Expand Down

0 comments on commit 2262965

Please sign in to comment.