home-assistant.io/source/_components/alarm_control_panel.simplisafe.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

951 B

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. simplisafe.com.

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

  • username (Required): Username for the SimpliSafe account.
  • password (Required): Password for SimpliSafe account.
  • name (Optional): The name of the alarm. Default is the SimpliSafe alarm id.
  • code (Optional): Specifies a code to enable or disable the alarm in the frontend.