Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Track intrusion activity via a tod…
Browse files Browse the repository at this point in the history
…o list
  • Loading branch information
Chris-V committed Aug 11, 2024
1 parent 8ca5538 commit 777602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/security/intrusion_alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ template:
- name: "presence_armed"
unique_id: "449f4beb-83a1-43d2-a7ba-64de0a305960"
icon: "mdi:shield-{{ iif(this.state == 'on', 'check', 'off') }}"
delay_on: 5
state: >-
{{
is_state('input_boolean.force_presence_armed', 'on')
Expand All @@ -59,6 +58,7 @@ template:
entity_id:
- "binary_sensor.presence_armed"
- "todo.intrusion_record"
for: 3
action:
- service: "todo.get_items"
response_variable: "intrusion_record"
Expand Down

0 comments on commit 777602c

Please sign in to comment.