Releases: nielsfaber/alarmo
Releases · nielsfaber/alarmo
v1.9.13
- 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
- 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
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
- Added danish translation (thanks @knsjensen !)
- Allow setting
bypass_open_sensors
andskip_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
v1.9.8
Note: this release requires HA 2023.4 (beta) or newer.
Translation updates:
- Updated Chinese translation (thanks @FaintGhost !)
- Updated Italian translation (thanks @g1za !)
- Updated Swedish translation (thanks @albinmedoc !)
- Updated French translation (thanks @fensoft & @Patrick44fr !)
- Added Russian translation (thanks @Allkorolev !)
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
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
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
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
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