* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
1.6 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, redirect_from
| layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | redirect_from | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| page | Antifurto365 iAlarm Control Panel | Instructions on how to integrate iAlarms alarms into Home Assistant. | 2017-11-30 20:00 | true | false | true | true | antifurto365-ialarm.png |
|
0.60 |
|
The ialarm platform provides connectivity with the Antifurto365 iAlarm alarm systems.
This platform supports the following services: alarm_arm_away, alarm_arm_home and alarm_disarm.
Configuration
To enable this, add the following lines to your configuration.yaml file:
# Example configuration.yaml entry
alarm_control_panel:
- platform: ialarm
host: ALARM_SYSTEM_IP
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} host: description: The IP address of the iAlarm device on your home network. required: true type: string username: description: Username used to sign into the iAlarm web client (should be admin by default). required: true type: string password: description: Password used to sign into the iAlarm web client. If it has a leading zero you need to put the password within quotes. required: true type: string name: description: Name of device in Home Assistant. required: false type: string code: description: Specifies a code to enable or disable the alarm in the frontend. required: false type: integer {% endconfiguration %}
This platform has also been confirmed to work with the alarm system brands Meian and Emooluxr.