Releases: nielsfaber/alarmo
Releases · nielsfaber/alarmo
v1.10.13
Changes:
- Add ukrainian translations for alarmo actions (thanks @rodion981 !)
- Prevent duplicate creation
alarm_control_panelentities 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
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
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
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_botplatform 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
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_triggeredattribute with date+time of reaching triggered state to thealarm_control_panelentities - added
service alarmo.skip_delayfor 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
- 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
Note: this release requires HA 2024.11 or later
- Fix deprecation message related to usage of
AlarmControlPanelStateandalarm_stateas 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
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
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
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_stateproperty to alarm_control_panel entity