nielsfaber / alarmo

Easy to use alarm system integration for Home Assistant
1.4k stars 119 forks source link

Wildcard not filling in for disarming #1052

Closed thenextbutton closed 3 weeks ago

thenextbutton commented 4 weeks ago

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

nielsfaber commented 3 weeks ago

Not a bug. Disarmed state has no arm mode.