Closed thenextbutton closed 3 weeks ago
v1.10.6
2024.10.3
Notification for Disarming does not fill in the wildcard information, I use the same template for armed and disarmed.
on arming the notification comes through as 'Motion Sensors are set to Armed away' on disarming I receive 'Motion Sensors are set to '
service: notify.everyone entity_id: null data: message: Motion Sensors are set to {{arm_mode}} title: "{{ now().strftime('%H:%M %a %d %b %Y') }}"
No response
Not a bug. Disarmed state has no arm mode.
Checklist
Alarmo Version
v1.10.6
HA Version
2024.10.3
Bug description
Notification for Disarming does not fill in the wildcard information, I use the same template for armed and disarmed.
on arming the notification comes through as 'Motion Sensors are set to Armed away' on disarming I receive 'Motion Sensors are set to '
Steps to reproduce
service: notify.everyone entity_id: null data: message: Motion Sensors are set to {{arm_mode}} title: "{{ now().strftime('%H:%M %a %d %b %Y') }}"
Relevant log output
No response