Skip to content

Releases: nielsfaber/alarmo

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 !)

v1.9.12

30 Oct 05:06
Compare
Choose a tag to compare
  • Fix bug causing door/window sensors to trigger alarm in all arm modes
  • Maintain previously bypassed sensors when re-arming after triggering
  • Improve time-slider resolution for trigger time

v1.9.11

29 Oct 05:40
Compare
Choose a tag to compare

New features:

  • Add 'ready to arm modes' property showing the modes which can be armed without failure
  • Add new setting 'require code for switching modes'

Changes:

  • Automatically enable exit delay when adding a sensor with type 'door'
  • Updated german translation (thanks @herrfrei !)
  • Do not wait for actions to be finished before executing next one
  • Fix display of number of sensors assigned in the areas panel
  • Improve fine-tuning of delay time using sliders when switching to unit seconds (by clicking on the current unit)
  • Do not automatically bypass open sensors when re-arming after the alarm was triggered

v1.9.10

28 Jun 15:16
Compare
Choose a tag to compare
  • Added danish translation (thanks @knsjensen !)
  • Allow setting bypass_open_sensors and skip_delay when arming via MQTT interface (thanks @robertoprubio !)
  • Remove usage of service_call_limit (the parameter is removed in HA 2023.7)
  • Change the minimum step size for delay settings to 5 sec (was 10 sec)
  • Fix display of title in dialogs (due to breaking change in HA)
  • Add support for using tts entities in notifications
  • Add support for arming (in any mode) via actionable notification
  • Change icon based on state in the sensors tab
  • Add allow_open setting for window/door sensors

v1.9.9

20 Apr 04:36
Compare
Choose a tag to compare

Changes:

  • Added german translation (thanks @herrfrei !)
  • Fix broken translations due to changes in HA 2023.4
  • Include sensor with device_class=opening as door sensor (was tamper sensor)
  • Update arm mode icons to be aligned with HA

v1.9.8

02 Apr 05:30
Compare
Choose a tag to compare

Note: this release requires HA 2023.4 (beta) or newer.

Translation updates:

Other updates:

  • Upgrade the frontend for compatibility with breaking changes in HA 2023.4
  • Fix bug causing error when handling wildcards in notifications with entities having no friendly_name
  • Fix bug causing error in case MQTT command is sent but no MQTT configuration is provided
  • Grey out items which are disabled in actions overview

v1.9.7

09 Dec 11:07
09ed8b7
Compare
Choose a tag to compare

Changes:

  • Remove the entry delay when executing alarm_control_panel.trigger service (for manually triggering the alarm)
  • Improved error handling when executing actions. In case one action fails (e.g. due to deleted entity), the remaining actions will remain unaffected (previously this not the case)
  • HA Event failed_to_arm will now include information of the command which was performed to arm

Translation updates:

  • Added Chinese translation (thanks @FaintGhost !)
  • Added Slovak translation (thanks @Marlo461 !)
  • Updated Swedish translation (thanks @newlund !)

v1.9.6

16 Oct 10:29
Compare
Choose a tag to compare

Changes:

  • Improved english, french, italian, swedish translations (thanks @mririgoyen, @Patrick44fr, @giacomocarrozzo, @newlund !)
  • Added Czech translation (thanks @JiriBalcar !)
  • Fixed a bug causing updating from older alarmo version to v1.9.5 to cause an error ('unexpected keyword argument service_data')
  • Enable 'allow open' setting for window sensors
  • Trigger actions configured for 'master' alarm in case user has only 1 area (only applicable to users who previously used 'master' alarm)
  • Prevent arming when Alarmo has a sensor entity which was deleted from HA
  • Improve the automatic detection of sensors of device type 'tamper'

v1.9.5

30 Jul 06:36
Compare
Choose a tag to compare

Improvements

  • Add support for defining modes when configuring action for disarming of alarm
  • Add support for defining an action on leaving the triggered state
  • Rename service_data -> data when defining action in YAML-mode
  • Improved italian translation (thanks @jokerigno !)
  • Improved english translation (thanks @anoff !)
  • Automatically detect CO sensor as environmental type (thanks @berg !)

Bug fixes

  • Fix selecting item in drop down list inside of dialog
  • Fix displaying filtered sensors list for always-on sensors
  • Fix checking of permissions for user when arming/disarming
  • Various small improvements related to the action/notifications editor
  • Start a newly created area in state disarmed
  • Suppress warning for areas already having disarmed state when disarming the master
  • Improve check for unavailable sensors when arming

v1.9.4

04 Jun 10:18
Compare
Choose a tag to compare

Changes:

  • Redesign of behaviour when restarting HA: do not wait for initialisation of sensor states before restoring states of alarm entities (initial sensor state will be ignored)
  • In action editor GUI, leave the arm modes list empty by default (instead of pre-filling all available modes)
  • Bugfix: update calculation of the delay time in the pending state for master entity when consecutive sensors are triggered
  • Bugfix: fix deprecation warning for async_get_registry introduced by HA 2022.6
  • Bugfix: fix error when sending notification containg wildcards introduced by HA 2022.6
  • Bugfix: dropdown list for choosing event in action editor doesn't show all items initially