mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Doc for simplisafe alarm (#613)
This commit is contained in:
parent
007eb5f228
commit
3dfa68390a
35
source/_components/alarm_control_panel.simplisafe.markdown
Normal file
35
source/_components/alarm_control_panel.simplisafe.markdown
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
layout: page
|
||||
title: "SimpliSafe Alarm Control Panel"
|
||||
description: "Instructions how to integrate SimpliSafe into Home Assistant."
|
||||
date: 2016-07-02 22:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: simplisafe.png
|
||||
ha_release: 0.24
|
||||
ha_category: Alarm
|
||||
---
|
||||
|
||||
The `simplisafe` platform enables the ability to control a SimpliSafe control panel. [simplisafe.com](http://simplisafe.com/).
|
||||
|
||||
To enable this, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: simplisafe
|
||||
name: "HA Alarm"
|
||||
code: PASSCODE
|
||||
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.
|
||||
|
BIN
source/images/supported_brands/simplisafe.png
Normal file
BIN
source/images/supported_brands/simplisafe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Loading…
x
Reference in New Issue
Block a user