mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add alarm.com docs
This commit is contained in:
parent
87ff829a41
commit
ba151151ba
34
source/_components/alarm_control_panel.alarmdotcom.markdown
Normal file
34
source/_components/alarm_control_panel.alarmdotcom.markdown
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
layout: component
|
||||
title: "Alarm.com Alarm Control Panel"
|
||||
description: "Instructions how to integrate Alarm.com into Home Assistant."
|
||||
date: 2016-01-14 22:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: alarmdotcom.png
|
||||
ha_category: Alarm
|
||||
---
|
||||
|
||||
The `alarmdotcom` platform is consuming the information provided by a [Alarm.com](https://www.alarm.com/).
|
||||
|
||||
To enable this, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
alarm_control_panel:
|
||||
platform: alarmdotcom
|
||||
name: "HA Alarm"
|
||||
code: PASSCODE
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): Username for the Alarm.com account.
|
||||
- **password** (*Required*): Password for Alarm.com account.
|
||||
- **name** (*Optional*): The name of the alarm. Default is 'Alarm.com'.
|
||||
- **code** (*Optional*): Specifies a code to enable or disable the alarm in the frontend.
|
||||
|
Loading…
x
Reference in New Issue
Block a user