mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Minimizing of the configuration sample (#1006)
This commit is contained in:
parent
8d7a004316
commit
a09ede5b63
@ -20,8 +20,6 @@ To enable this, add the following lines to your `configuration.yaml`:
|
||||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: alarmdotcom
|
||||
name: "HA Alarm"
|
||||
code: PASSCODE
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
@ -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.
|
||||
|
@ -32,12 +32,6 @@ alarm_control_panel:
|
||||
platform: mqtt
|
||||
state_topic: "home/alarm"
|
||||
command_topic: "home/alarm/set"
|
||||
name: "MQTT Alarm"
|
||||
qos: 0
|
||||
payload_disarm: "DISARM"
|
||||
payload_arm_home: "ARM_HOME"
|
||||
payload_arm_away: "ARM_AWAY"
|
||||
code: "mySecretCode"
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
@ -20,8 +20,6 @@ To enable this, add the following lines to your `configuration.yaml`:
|
||||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: nx584
|
||||
host: IP_ADDRESS
|
||||
port: 5007
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
@ -20,8 +20,6 @@ To enable this, add the following lines to your `configuration.yaml`:
|
||||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: simplisafe
|
||||
name: "HA Alarm"
|
||||
code: PASSCODE
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user