Skip to content

Releases: nielsfaber/alarmo

v1.10.13

29 Nov 13:39

Choose a tag to compare

Changes:

  • Add ukrainian translations for alarmo actions (thanks @rodion981 !)
  • Prevent duplicate creation alarm_control_panel entities during HA restarts (thanks @cayossarian !)
  • Fixed a bug causing the entry delay to be extended during subsequent sensor triggering (thanks @the-AjK !)
  • Remove unused textfield for defining MQTT state payload for 'disarming' state

v1.10.12

04 Oct 05:19

Choose a tag to compare

Changes:

  • Fix broken menu buttons in configuration panel caused by HA 2025.10 update
  • Improve detecting of sensors after restarting HA (thanks @cayossarian !)
  • Fixed a bug causing error message in the HA logs when a sensor becomes unavailable while alarm is armed
  • Added brazilian backend translations (thanks @alfgomes !)
  • Added turkish backend translations (thanks @BKartX !)

v1.10.11

24 Sep 19:06

Choose a tag to compare

Changes:

  • Fixed a bug introduced in v1.10.10 causing the enabling/disabling of a user to fail
  • Added new configuration option for assigning a custom entry delay to a sensor (thanks @cayossarian !)
  • Added afrikaans translation (thanks @llewelynb !)
  • Changed time picker from slider to text fields in frontend
  • Display backend user/code validation errors in frontend

v1.10.10

11 Aug 18:42

Choose a tag to compare

Changes:

  • Added polish translation (thanks @JareckiJ !)
  • Improve speed of code validation (thanks @therealmrfox !)
  • Add validation for uniqueness of user name and code (thanks @therealmrfox !)
  • Prevent executing alarmo-actions before state of HA entity is updated
  • Add support for telegram_bot platform in notifications
  • Fix deprecation message about 'contextVar' in HA 2025.8
  • Fix button layout for HA 2025.8
  • Allow setting 'always on' for tamper sensors
  • Improve handling of sensors becoming temporarily unavailable (prevent false alarm triggering)
  • Use trigger duration when alarm is triggered in the disarmed state
  • Fix broken redirect links to sensors/actions page in the modes section

v1.10.9

03 Jun 18:39

Choose a tag to compare

Special thanks to @cayossarian for taking the huge effort of setting up regression tests for the backend code of Alarmo!
This will greatly help in keeping Alarmo fully functional in future updates of both HA and Alarmo.

Changes in v1.10.9:

  • added Turkish translation (thanks @mcanvar !)
  • added last_triggered attribute with date+time of reaching triggered state to the alarm_control_panel entities
  • added service alarmo.skip_delay for skipping remainder of the exit/entry delay while alarmo is in arming/pending state
  • added event alarmo_ready_to_arm_modes_updated, which predicts whether arming will be succesful while the alarm is disarmed by monitoring door/window sensors
  • added new option for re-arming after triggering without sensor validation (for enforcing alarmo to return to the previous armed state after trigger time finishes, regardless of any open sensors)

v1.10.8

09 May 19:12

Choose a tag to compare

  • Fixed configuration panel loading and menu toolbar for compatibility with HA 2025.5 and onwards
  • Fixed configuration panel tooltips for compatibility with HA 2025.3 and onwards
  • Added catalan translation (thanks @fenikso !)
  • Added hungarian translation (thanks @miklosbagi !)

v1.10.7

17 Nov 19:39

Choose a tag to compare

Note: this release requires HA 2024.11 or later

  • Fix deprecation message related to usage of AlarmControlPanelState and alarm_state as of HA 2024.11
  • Fixed a bug introduced in v1.10.6 related to notification editor giving error 'extra key 'entity_id' not allowed'
  • Add french translation for services (thanks @Patrick44fr !)

v1.10.6

23 Oct 16:01
c532700

Choose a tag to compare

Changes:

  • Fix rendering of templates in notifications (broken due to HA 2024.10)
  • Change log level to warning for triggering alarm or arming failure
  • Added support for notify entities in notification editor
  • Added german backend translation (thanks @13robin37 !)

v1.10.5

06 Oct 11:10
2b0fd08

Choose a tag to compare

Note: this release requires HA 2024.10.0 or higher.

Changes:

  • Fix deprecation warning for entity service schemas (HA 2010.9+)
  • Fixed deprecation warning for open/closed states of lock entities (HA 2010.10+)
  • Add prefix to custom frontend elements to avoid name conflicts with other (custom) integrations or cards
  • Added spanish back-end translations (thanks @MrEhDev !)

v1.10.4

03 Jul 18:35

Choose a tag to compare

This release requires updating to HA 2024.7!
Changes:

  • Fixed deprecated function hass.http.register_static_path
  • Fixed deprecated function hass.config_entries.async_forward_entry_setup
  • Added next_state property to alarm_control_panel entity