Releases: nielsfaber/alarmo
Releases · nielsfaber/alarmo
v1.9.2
Changes:
- Fixed a bug causing exit/entry delay to be not shown in alarmo-card for the master alarm
- Added the
alarmo_command_success
event in HA (in addition to the already presentalarmo_failed_to_arm
event) which is fired when the alarm is being armed/disarmed. - Added the possibility to pass a
context_id
in thealarmo.arm
andalarmo.disarm
services, which can be used to identify a process. The provided context_id is passed back in thealarmo_command_success
/alarmo_failed_to_arm
events, such that processes can filter out the responses of their request.
v1.9.1
Changes:
- Restored the
delay
property for the alarm_control_panel entities, which was removed in v1.9.0. The removal caused issues for users of the Ring keypad blueprint when exit/entry delay is active. Thanks @ImSorryButWho for the fix!
v1.9.0
Breaking changes:
- This release removes the
expiration
anddelay
property from the alarm entities. They were previously used to communicate exit/entry delays with alarmo-card. This is now handled via websockets. This requires updating alarmo-card to v1.4.0 (or higher).
Other changes:
- Fixed a bug causing white screen to appear when creating new notification if user has the
tts
not loaded. - Fixed a bug in the alarm master where entry delay was calculated as the maximum of all areas instead of minimum.
- Updated spanish translation (thanks @kikorr & @TaixMiguel !)
- Updated swedish translation (thanks @Rittsel !)
- Add vacation to mode GUI selector in alarmo.arm service
- Revert to disarmed state (instead of unknown) when restarting HA and alarm cannot start in armed state (due to blocking sensors)
v1.8.7
- Improved compatibility with the HA homekit integration
- Added support for setting up TTS notifications via Alarmo actions editor
v1.8.6
Important
This release requires HA 2022.3. Things may break for you in case you run an older version.
Changes:
- Update configuration panel for compatibility with HA 2022.3 (textfields, dropdown boxes, etc.)
- Prevent caching behaviour of browser
- Add preloader for YAML editor
- Fixed a bug causing the alarm to reach unknown state when retrying arming via actionable push notifications
v1.8.5
- Fixed a bug introduced by v1.8.4 causing error when disarming (only in case no code is used for disarming)
- Fixed an issue for users updating from version prior to v1.7.0
v1.8.4
- Breaking change: 'name' field has been removed from sensor configuration. Alarmo will now use the sensor names as defined in HA.
- Update actionable notifications support to be compatible with changes in HA
- Fix bug preventing selecting script as target in automation editor
- Fix error message when sensor blocks the arming during arming
- Improve restoring state after restarting HA
- Update Spanish translation (thanks @ajtudela !)
- Fix browser error when deleting area/master using dialog window
v1.8.3
- Fixed a bug introduced by v1.8.2 causing blank page to show up when trying to edit/create a new action
- Updated french translation (thanks @Patrick44fr )
- Ignore binary_sensor of type 'problem' by default (instead of considering as tamper sensor)
v1.8.2
- Adds support for new arm mode
armed_vacation
- Various GUI improvements
v1.8.1
- Fixed a bug causing error when using alarmo.arm service with mode
custom
- Small GUI improvements (icon buttons, compatibility with dark themes)
- Fixed a bug with filtering of action list