Skip to content

Releases: nielsfaber/alarmo

v1.10.6

23 Oct 16:01
c532700
Compare
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
Compare
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
Compare
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

v.1.10.3

07 Jun 05:39
Compare
Choose a tag to compare

Fixed an issue causing disarming of alarm via MQTT to fail with HA 2024.6

v1.10.2

05 Jun 18:13
Compare
Choose a tag to compare
  • Fix for breaking change in HA 2024.6 causing error when disarming (thanks @jpbede !)
  • Add support for setting media_player_entity for tts.speak service in notification editor
  • Fix issue when selecting script for action that has renamed entity ID
  • Fix issue causing retry-arming to go to wrong arm mode in certain conditions
  • Improve handling of fast state transitions

v1.10.1

08 May 14:11
Compare
Choose a tag to compare
  • Fix deprecation warning for async_track_state_change introduced by HA 2024.5
  • Add support for wildcards in all notification fields (instead of only message field)
  • Fix bug causing alarm to restore to wrong arm mode in some cases after being triggered
  • Hide the field for 'count' in the sensor group dialog when only 2 sensors are selected

v1.10.0

11 Apr 15:46
Compare
Choose a tag to compare

Breaking changes:

  • The ready_to_arm_states property was removed from the alarm entities to avoid excessive state changes.

All changes:

  • Avoid use of deprecated hass.helpers (thanks @jpbede !)
  • Avoid use of deprecated method async_add_job
  • Multiple improvements to improve thread-safe operation (to avoid possibility of crashes with HA 2024.4)
  • Add translations+icons for services
  • Remove outdated text suggesting to leaving area input empty when creating actions
  • Add field to define count in sensor groups

v1.9.15

06 Mar 17:18
Compare
Choose a tag to compare
  • Fix an issue introduced in HA 2024.3 causing errors related to MQTT on startup
  • Fix deprecated bind_hass decorator (thanks @andrew-codechimp !)
  • Updated french and english translations (thanks @Alkorin !)
  • Add new feature for replacing entity ID of existing sensors
  • Fix layout issues in sensor group dialogs

v1.9.14

22 Jan 18:01
Compare
Choose a tag to compare
  • Added delay wildcard for notifications (thanks @mineiwik !)
  • Add 'configure' button for Alarmo in HA devices panel as alternative way to access Alarmo panel (thanks @jpbede !)
  • Updated french translation (thanks @chpego !)
  • Added traditional chinese translation (thanks @wymanhns !)
  • Fix deprecation message of FORMAT_NUMBER (thanks @TheZoker !)
  • (Attempt to) Fix panel getting stuck on 'loading..'
  • Fix bug causing code keypad not to appear in card when changing arm modes
  • Fix bug causing sensor groups to have duplicated sensors

v1.9.13

04 Nov 07:08
Compare
Choose a tag to compare
  • Fixed delay time sliders to be compatible with HA 2023.11
  • Improved german translation (thanks @herrfrei !)
  • Improved french translation (thanks @Patrick44fr !)
  • Added vietnamese translation (thanks @vinhtantran !)