home-assistant.io/source/_components/alarm_control_panel.simplisafe.markdown
Jorim Tielemans 7eace6c371 Various small fixes - a (#6977)
* Various small fixes

Add configuration and other titles
Remove empty lines
Fix indentation for configuration block
Reorder key list to be in line with the rest
Delete empty default value and fixed value type

* None is a valid value
2018-10-20 12:53:18 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category
layout title description date sidebar comments sharing footer logo ha_release ha_category
page SimpliSafe Alarm Control Panel Instructions on how to integrate SimpliSafe into Home Assistant. 2016-07-02 22:00 true false true true simplisafe.png 0.24 Alarm

The simplisafe platform enables the ability to control a SimpliSafe control panel.

{% linkable_title Configuration %}

To enable this, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
alarm_control_panel:
  platform: simplisafe
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

{% configuration %} username: description: Username for the SimpliSafe account. required: true type: string password: description: Password for SimpliSafe account. required: true type: string name: description: The name of the alarm. Default is the SimpliSafe alarm id. required: false type: string code: description: Specifies a code to enable or disable the alarm in the frontend. required: false type: string {% endconfiguration %}