Skip to content

Releases: nielsfaber/alarmo

v1.10.1

08 May 14:11
Compare
Choose a tag to compare
  • Fix deprecation warning for async_track_state_change introduced by HA 2024.5
  • Add support for wildcards in all notification fields (instead of only message field)
  • Fix bug causing alarm to restore to wrong arm mode in some cases after being triggered
  • Hide the field for 'count' in the sensor group dialog when only 2 sensors are selected

v1.10.0

11 Apr 15:46
Compare
Choose a tag to compare

Breaking changes:

  • The ready_to_arm_states property was removed from the alarm entities to avoid excessive state changes.

All changes:

  • Avoid use of deprecated hass.helpers (thanks @jpbede !)
  • Avoid use of deprecated method async_add_job
  • Multiple improvements to improve thread-safe operation (to avoid possibility of crashes with HA 2024.4)
  • Add translations+icons for services
  • Remove outdated text suggesting to leaving area input empty when creating actions
  • Add field to define count in sensor groups

v1.9.15

06 Mar 17:18
Compare
Choose a tag to compare
  • Fix an issue introduced in HA 2024.3 causing errors related to MQTT on startup
  • Fix deprecated bind_hass decorator (thanks @andrew-codechimp !)
  • Updated french and english translations (thanks @Alkorin !)
  • Add new feature for replacing entity ID of existing sensors
  • Fix layout issues in sensor group dialogs

v1.9.14

22 Jan 18:01
Compare
Choose a tag to compare
  • Added delay wildcard for notifications (thanks @mineiwik !)
  • Add 'configure' button for Alarmo in HA devices panel as alternative way to access Alarmo panel (thanks @jpbede !)
  • Updated french translation (thanks @chpego !)
  • Added traditional chinese translation (thanks @wymanhns !)
  • Fix deprecation message of FORMAT_NUMBER (thanks @TheZoker !)
  • (Attempt to) Fix panel getting stuck on 'loading..'
  • Fix bug causing code keypad not to appear in card when changing arm modes
  • Fix bug causing sensor groups to have duplicated sensors

v1.9.13

04 Nov 07:08
Compare
Choose a tag to compare
  • 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

30 Oct 05:06
Compare
Choose a tag to compare
  • 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

29 Oct 05:40
Compare
Choose a tag to compare

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

28 Jun 15:16
Compare
Choose a tag to compare
  • Added danish translation (thanks @knsjensen !)
  • Allow setting bypass_open_sensors and skip_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

20 Apr 04:36
Compare
Choose a tag to compare

Changes:

  • Added german translation (thanks @herrfrei !)
  • Fix broken translations due to changes in HA 2023.4
  • Include sensor with device_class=opening as door sensor (was tamper sensor)
  • Update arm mode icons to be aligned with HA

v1.9.8

02 Apr 05:30
Compare
Choose a tag to compare

Note: this release requires HA 2023.4 (beta) or newer.

Translation updates:

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