mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00

* Update Alarm.com Alarm Control Panel configuration variable Update style of Alarm.com Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * Update Concord232 Alarm Control Panel configuration variable Update style of Concord232 Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * Revert "Update Concord232 Alarm Control Panel configuration variable" This reverts commit 5269a0dfb7bd1fb5c47e453c243cf3eb37d3b4a1. * Update alarm_control_panel.alarmdotcom.markdown ✏️ Tweak type * ✏️ Tweak
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Alarm.com Alarm Control Panel | Instructions on how to integrate Alarm.com into Home Assistant. | 2016-01-14 22:00 | true | false | true | true | alarmdotcom.png | Alarm | 0.11 |
The alarmdotcom
platform is consuming the information provided by Alarm.com.
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: int {% endconfiguration %}