Breaking changes:
- When switching between armed states without disarming in between (e.g.
armed_home
->armed_away
, via servicealarmo.arm
) this will now be via statearming
. This implies that the transition will wait for the exit delay (if configured), and a code may be needed for doing so (if configured). - Users of alarmo-card should update the card to the latest version, due to removal of the
code_disarm_required
attribute ofalarm_control_panel
entities.
Other changes:
- Update MQTT implementation for upcoming changes in HA 2021.12.
- Fix several bugs involved in the transitioning between armed states (e.g.
armed_home
->armed_away
) - Update
code_format
attribute fromalarm_control_panel
entities for improved compatibility with Lovelace Alarm Panel card - Add warning notification about custom sensor name deprecation
- Add option to enable/disable users, both via Alarmo UI as via services (
alarmo.enable_user
/alarmo.disable_user
) - Add translation option for
arm_mode
wildcard in notifications - Fix swedish translation
- Hide Alarmo from side menu for non-administrator users
- Remove
is_administrator
setting for users