Skip to content

Home Assistant custom component for IMA Protect Alarm

License

Notifications You must be signed in to change notification settings

pcourbin/imaprotect

Repository files navigation

License HACS Community Forum pre-commit Black Project Maintenance BuyMeCoffee
This is a custom component for Home Assistant.
The imaprotect integration allows you to get information from your IMA Protect Alarm.

This work is inspired by on the work on Verisure Alarm by @frenck for Home Assistant.
It uses python package pyimaprotect to call the IMA Protect API, based on the work of of lplancke and chris94440 for Jeedom.

See https://pcourbin.github.io/imaprotect

Configuration

To add imaprotect to your installation:

  • go to Configuration >> Integrations in the UI,
  • click the button with + sign and from the list of integrations
  • select IMA Protect Alarm.

It will add a alarm_control_panel with the state of your alarm:

List of Alarm status values
Alarm Value IMA State
disarmed OFF
armed_home PARTIAL
armed_away ON

Then, you can define a code (number or digit) in the configuration of the integration. By default, no code is needed.

If your IMA Protect account lists security cameras, they will be added as camera entities. These entities do not currently refresh automatically, and only display the last picture taken.

Credits

This work is inspired by the work of Verisure Alarm by @frenck for Home Assistant.
This repo structure was inspired by oncleben31/cookiecutter-homeassistant-custom-component project template created with Cookiecutter.