Skip to content

Commit

Permalink
fixup! 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 2262965 commit b514424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/security/intrusion_alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ template:
entity_id: >-
{{
state_attr('binary_sensor.intrusion_events', 'entity_id')
| default([], True)
| sort | unique
| default([], True) | unique | sort
}}
icon: >-
{% if this.state == 'on' -%}
Expand Down

0 comments on commit b514424

Please sign in to comment.