Skip to content

Releases: nielsfaber/alarmo

v1.10.19

Choose a tag to compare

@nielsfaber nielsfaber released this 09 Aug 12:13
  • Add brazilian translations for frontend (thanks @mzspicoli !)
  • Add portuguese service translations (thanks @netsoft-ruidias !)
  • Fix bug causing a code marked as 'override code' to be treated as normal (thanks @HTS126 !)
  • Add fallback values when instantiating alarm area (thanks @btli !)
  • Trigger alarm after HA restart on sensor state transition unknown -> open (except sensors having 'Allow open initially') (thanks @dennismdejong !)
  • Fix support for disarming alarm using push action after alarm was triggered by always-on sensor (thanks @dennismdejong !)
  • Suppress notification from being sent multiple times when configured for alarm master (thanks @dennismdejong !)
  • Improve instantiating of sensor configuration after restarting HA (thanks @vojtech-cerveny !)

v1.10.18

Choose a tag to compare

@nielsfaber nielsfaber released this 17 May 17:08
  • Fix compatibility issues of toggle switches in HA 2026.5
  • Add portuguese translations (thanks @mzspicoli !)
  • Use multithreading to speed up code validation (thanks @nico97118 !)

v1.10.17

Choose a tag to compare

@nielsfaber nielsfaber released this 08 May 05:07
  • Update text fields for compatibility with HA 2026.5
  • Improve wildcard replacements for actions having nested yaml structure (thanks @nico97118 !)
  • Speed improvements for validating pin/password (thanks @nico97118 !)
  • Guard against None alarm_entity when computing ready to arm modes (thanks @optimusbasti !)
  • Ignore areas already set to target state when computing ready-to-arm modes for master alarm

v1.10.16

Choose a tag to compare

@nielsfaber nielsfaber released this 07 Mar 20:25
  • Various frontend updates for compatibility with HA 2026.3
  • Added new delay_on setting for sensors (thanks @jsenecal !)
  • Added galician backend translations (thanks @Danieldiazi !)
  • Improve handling of alarm entity in unavailable state at startup (thanks @jasonmadigan !)

v1.10.15

Choose a tag to compare

@nielsfaber nielsfaber released this 12 Jan 19:55

Fixed a bug introduced in v1.10.14 which prevents users from saving notifications or actions

v1.10.14

Choose a tag to compare

@nielsfaber nielsfaber released this 11 Jan 14:55

Changes:

  • Fix dropdown menu's in the Alarmo configuration panel for compatibility with HA 2026.1
  • Fixed a bug causing sensor groups to only trigger the alarm in case multiple sensors are simultaneously activated
  • Added italian backend translations (thanks @acasa-source !)
  • Prevent loading frontend from cache during HA startup (thanks @ndresang !)

v1.10.13

Choose a tag to compare

@nielsfaber nielsfaber released this 29 Nov 13:39

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

Choose a tag to compare

@nielsfaber nielsfaber released this 04 Oct 05:19

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

Choose a tag to compare

@nielsfaber nielsfaber released this 24 Sep 19:06

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

Choose a tag to compare

@nielsfaber nielsfaber released this 11 Aug 18:42

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