History

1.0.5 (2024-03-31)

  • Update RE_ALARM_TOKEN since IMA Protect login page changed again…, thanks to @Chrilk

1.0.4 (2023-05-16)

  • Correction of depreciated code (since 2023.5) by a PR of @fslef, on a proposition of @bcze91.

1.0.3 (2021-12-31)

  • Update login procedure according to new IMAProtect “API”, thanks to @Thesola10

  • Initial cameras support, thanks to @Thesola10

1.0.2 (2021-12-31)

  • Update imports to remove references to HTTP_CODES from homeassistant.const

1.0.0 (2021-05-22)

  • Full rewrite using a alarm_control_panel based on work for Verisure Alarm by @frenck.

  • Able to get the status and change the status of the alarm using a alarm_control_panel

  • Option to define/change a code (number or digit) in configuration of the integration. By default, no code is needed.

  • Remove the configuration using YAML, only possible using the UI.

0.4.0 (2021-05-13)

  • Full rewrite using platform/devices

  • Allow adding devices/entities without knowing the API: counter, digitalinput, enocean, post, relay, supplierindex, toroid, virtualoutput, x4fp, xthl

  • Allow selecting different components (e.g. for enocean, you can select sensor, switch or light)

0.3.0 (2021-05-09)

  • Update pyimaprotect, using new IMAProtect “API”

  • Older versions are not working anymore

0.1.0 (2021-04-08)

  • First version