Skip to content

v1.9.2

Compare
Choose a tag to compare
@nielsfaber nielsfaber released this 07 May 18:30
· 245 commits to main since this release

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 present alarmo_failed_to_arm event) which is fired when the alarm is being armed/disarmed.
  • Added the possibility to pass a context_id in the alarmo.arm and alarmo.disarm services, which can be used to identify a process. The provided context_id is passed back in the alarmo_command_success / alarmo_failed_to_arm events, such that processes can filter out the responses of their request.