Antifurto365 iAlarm Control Panel
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
.
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 Variables
- host
-
(string)(Required)The IP address of the iAlarm device on your home network.
- username
-
(string)(Required)Username used to sign into the iAlarm web client (should be admin by default).
- password
-
(string)(Required)Password used to sign into the iAlarm web client. If it has a leading zero you need to put the password within quotes.
- name
-
(string)(Optional)Name of device in Home Assistant.