Skip to content

Releases: nielsfaber/alarmo

v1.8.0

28 Nov 16:39
Compare
Choose a tag to compare

Breaking changes:

  • When switching between armed states without disarming in between (e.g. armed_home -> armed_away, via service alarmo.arm) this will now be via state arming. 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 of alarm_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 from alarm_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

v1.7.6

12 Nov 18:52
Compare
Choose a tag to compare
  • Added swedish translation (thanks @callebridholm !)
  • Updated french translation (thanks @Patrick44fr !)
  • Fixed missing icons in buttons caused by HA 2021.11 update (thanks @regevbr !)
  • Added option to customize the format of the open_sensors wildcard in notifications

v1.7.5

24 Oct 11:55
Compare
Choose a tag to compare
  • Updated french translation - Thanks @Patrick44fr !
  • Fixed a bug causing the area filter bar to be hidden in the sensor overview
  • Fixed a bug causing name assigned to a sensor not shown in sensor group editor
  • Added support to allow user to control only some areas
  • Fixed a bug causing entry delay to be skipped in case multiple sensors (with entry delay) are triggered
  • Fixed a bug causing error when sensor configuration is saved without an assigned group
  • Improve display of sensor entities which are removed from HA in sensor overview page

v1.7.4

22 Oct 15:48
Compare
Choose a tag to compare
  • Added support for creating sensor groups (in which 2 sensors need to trip before the alarm is activated)
  • Fix a problem with processing empty group entities in the actions editor

v1.7.3

26 Sep 14:40
Compare
Choose a tag to compare
  • Added support to request list of alarmo entities for alarmo-card
  • Improved handling of arm/disarm commands during initialization (mostly for handling retained MQTT command data)
  • Fixes error in open_sensors wildcard for notifications
  • Fixes display of modes list in automation/notification editor when editing existing action
  • Added registration of code format+length
  • Added support for lock entities in automation editor

v1.7.2

19 Aug 18:54
Compare
Choose a tag to compare
  • Fixed a bug causing migration from old version to v1.7.x to fail

v1.7.1

15 Aug 10:40
Compare
Choose a tag to compare

Changes in v1.7.0:

  • Removed alarmo-card. Please install it separately from alarmo-card.
  • Add option to filter auto_bypass option per mode
  • Replace the immediate option for sensors by separate control over exit and entry delay per sensor.
  • Add support for siren and group entities in actions
  • Improved some logging texts
  • Several other small improvements

Changes in v1.7.1:

  • Fixed a bug causing the area configuration page to display an error text

v1.7.0

15 Aug 06:31
Compare
Choose a tag to compare
  • Removed alarmo-card. Please install it separately from alarmo-card.
  • Add option to filter auto_bypass option per mode
  • Replace the immediate option for sensors by separate control over exit and entry delay per sensor.
  • Add support for siren and group entities in actions
  • Improved some logging texts
  • Several other small improvements

v1.6.2

19 Jun 05:34
Compare
Choose a tag to compare
  • Fix problems with enabling/disabling of actions and notifications
  • Improve support for using scripts in actions and notifications
  • Prevent the auto-filling of arm modes when editing an existing action or notification

v1.6.1

12 Jun 07:32
Compare
Choose a tag to compare
  • Fix bugs introduced by last update related to notifications/actions editor
  • Translation updates
  • Improve support for reloading Alarmo through "Integrations" page