home-assistant.io/source/_components/simplisafe.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.0 KiB

title, description, logo, ha_release, ha_category, redirect_from
title description logo ha_release ha_category redirect_from
SimpliSafe Instructions on how to integrate SimpliSafe into Home Assistant. simplisafe.png 0.81
Alarm
/components/alarm_control_panel.simplisafe/

The simplisafe integration integrates SimpliSafe home security (V2 and V3) systems into Home Assistant. Multiple SimpliSafe accounts can be accommodated.

There is currently support for the following device types within Home Assistant:

  • Alarm

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

# Example configuration.yaml entry
simplisafe:
  accounts:
    - username: user@email.com
      password: password123

{% configuration %} username: description: The email address of a SimpliSafe account. required: true type: string password: description: The password of a SimpliSafe account. required: true type: string code: description: A code to enable or disable the alarm in the frontend. required: false type: string {% endconfiguration %}