Minimizing of the configuration sample (#1006)

This commit is contained in:
Fabian Affolter 2016-09-30 20:48:41 +02:00 committed by GitHub
parent 8d7a004316
commit a09ede5b63
5 changed files with 1 additions and 18 deletions

View File

@ -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
```

View File

@ -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.

View File

@ -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:

View File

@ -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:

View File

@ -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
```