Releases: nielsfaber/alarmo
Releases · nielsfaber/alarmo
v1.6.0
- Add failed_to_arm event for external automation usage
- Added spanish translation (thanks @ajtudela !)
- Fixed websocket support for non-admin users
- Prevent installing multiple instances of alarmo integration (thanks @rroller !)
- Update layout of automations editor, various changes to to automation support
- Attempt to fix caching issues with alarmo-card
v1.5.7
- Added french translation of alarmo-card (thanks @matthieumorvan !)
- Updated french translation of frontend (thanks @Patrick44fr !)
- Updates for breaking changes in upcoming HA release
- Add option for scaling the size of the buttons in the alarmo-card
- Add alarmo.disarm service
- Fixed a bug causing actions in push messages to be ignored
v1.5.6
- make code input for alarmo_arm service optional
- add option to keep keypad visible in alarmo-card
- add option for auto-bypassing sensors
- added catalonian translation (thanks @dtalens!)
- added a fix (yet again) to prevent the alarm to start in armed state after restarting HA while it should stay disarmed
v1.5.5
- Fixed an issue causing the alarm to go to armed state after restarting HA in some cases
- Added alarmo-card
- Added alarmo.arm service
v1.5.4
Added version number to manifest
v1.5.3
- Updated estonian translation (thanks @Repsionu !)
- Updated french translation (thanks @Patrick44fr !)
- Allow combining the "allow open" function in combination with "immediate" for motion sensors
- Improve the styling of the header in the Alarmo panel
- Improve formatting of the
{{arm_mode}}
in notifications - Clean up code for registering the panel in HA
v1.5.2
- Fixed a bug causing MQTT command to fail when only a single area is configured (correction of bugfix in v1.5.1)
- Fixed a bug in the notifications/actions editor, causing action service data to be falsely overwritten in case multiple services are configured
- Added a test button in the notification/actions panel for manually triggering the configured actions
- Fixed a bug causing the triggering of an always_on sensor to fail, when alarm is disarmed
- Added the MQTT event topic
v1.5.1
- Added Italian translation (thank you @mccoy88f !)
- Added French translation (thank you @Patrick44fr !)
- Fixed a bug causing notifications/actions to be ignored when only a single area is configured
- Fixed a bug causing the editing of a notification or action to fail when only a single area is configured
- Fixed a bug causing MQTT command to fail when only a single area is configured
- Fixed a bug causing the disarming of the master to fail in case a code is used
- Improved some issues regarding reloading of entities when areas are renamed or deleted
v1.5.0
- Added the option to filter by area for sensors list and actions/notifications lists
- Added option to copy configuration from an existing area when creating a new area
- Improved the automatic removal of old alarm entities
- Fixed a bug causing the code keypad/text field to not show up for the Master Alarm entity
- Fixed a bug causing the Master Alarm entity to not show up automatically when creating multiple areas
- Fixed a bug causing arming of an area through MQTT to fail
v1.5.0b
Warning! This is a beta release.
This release contains many changes.
Existing functionality may break by updating and data loss may occur.
Changes:
- Added support for multiple-area configuration
- Various small changes in the frontend to accommodate area support