Skip to content

Commit

Permalink
Add unique id to manual alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Aug 4, 2024
1 parent f4f5244 commit 0388dad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_integrations/manual.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ name:
required: false
type: string
default: HA Alarm
unique_id:
description: Create a unique id for the entity.
required: false
type: string
code:
description: >
If defined, specifies a code to enable or disable the alarm in the frontend.
Expand Down Expand Up @@ -147,6 +151,7 @@ In the configuration example below:
alarm_control_panel:
- platform: manual
name: Home Alarm
unique_id: a_very_unique_id
code: "1234"
arming_time: 30
delay_time: 20
Expand Down

0 comments on commit 0388dad

Please sign in to comment.