mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 06:46:49 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_release | ha_category | redirect_from | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | SimpliSafe | Instructions on how to integrate SimpliSafe into Home Assistant. | 2018-10-05 14:00 | true | false | true | true | simplisafe.png | 0.81 |
|
|
The simplisafe
component 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 %}