Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Track intrusion activity via a todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 11, 2024
1 parent fd7af66 commit 8ca5538
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/security/intrusion_alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ 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 Down Expand Up @@ -184,9 +185,9 @@ automation:
data:
message: "({{ states('input_text.presence_armed_id') }}) Presence alarm disarmed."

- alias: "detect_activity_while_armed"
- alias: "record_activity_while_armed"
id: "1bbacc2c-2ce3-428a-bfdd-6d9480be23b8"
description: "Detect activity in the house while system is armed."
description: "Record activity in the house while system is armed."
initial_state: true
mode: "queued"

Expand Down

0 comments on commit 8ca5538

Please sign in to comment.