Skip to content

Minimizing of the configuration sample (Alarm) #1006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions source/_components/alarm_control_panel.alarmdotcom.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
7 changes: 1 addition & 6 deletions source/_components/alarm_control_panel.manual.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions source/_components/alarm_control_panel.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions source/_components/alarm_control_panel.nx584.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions source/_components/alarm_control_panel.simplisafe.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down