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