Minimizing of the configuration sample (#1006)
This commit is contained in:
parent
8d7a004316
commit
a09ede5b63
5 changed files with 1 additions and 18 deletions
|
@ -18,16 +18,11 @@ This platform enables you to set manual alarms in Home Assistant.
|
|||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: manual
|
||||
name: "HA Alarm"
|
||||
code: PASSCODE
|
||||
pending_time: 60
|
||||
trigger_time: 120
|
||||
disarm_after_trigger: true
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **name** (*Optional*): The name of the alarm. Default is 'HA Alarm'.
|
||||
- **name** (*Optional*): The name of the alarm. Default is "HA Alarm".
|
||||
- **code** (*Optional*): If defined, specifies a code to enable or disable the alarm in the frontend.
|
||||
- **pending_time** (*Optional*): The time in seconds of the pending time before arming the alarm. Default is 60 seconds.
|
||||
- **trigger_time** (*Optional*): The time in seconds of the trigger time in which the alarm is firing. Default is 120 seconds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue