home-assistant.io/source/_components/alarmdotcom.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_category, ha_release, redirect_from
title description logo ha_category ha_release redirect_from
Alarm.com Alarm Control Panel Instructions on how to integrate Alarm.com into Home Assistant. alarmdotcom.png
Alarm
0.11
/components/alarm_control_panel.alarmdotcom/

The alarmdotcom platform is consuming the information provided by Alarm.com.

Configuration

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

# Example configuration.yaml entry
alarm_control_panel:
  platform: alarmdotcom
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

{% configuration %} username: description: Username for the Alarm.com account. required: true type: string password: description: Password for the Alarm.com account. required: true type: string name: description: The name of the alarm. required: false default: Alarm.com type: string code: description: Specifies a code to enable or disable the alarm in the frontend. required: false type: integer {% endconfiguration %}