home-assistant.io/source/_integrations/alarmdotcom.markdown
Akın Ömeroğlu 13ab5fc254 Add small note to alarmdotcom panel (#11740)
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-01-15 09:51:00 +01:00

1.1 KiB

title, description, logo, ha_category, ha_release
title description logo ha_category ha_release
Alarm.com Instructions on how to integrate Alarm.com into Home Assistant. alarmdotcom.png
Alarm
0.11

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 %}

Please make sure that your alarm.com language is set to English before open any issue.