Hello,
i tried to setup alert notifications if my door is open. I want to acknowledge those notifications.
I created an alert with the following coce:
alert:
garagentuer:
name: "Garagentür ist geöffnet"
done_message: "Garagentür wieder verschlossen"
entity_id: input_boolean.testnotify
state: "on"
repeat: 1
can_acknowledge: true
skip_first: false
notifiers:
- mobile_app_iphone_swd
The notification comes to my iphone with ios 16.5 but its only a normal notification. I dont see any button or something else, where i can acknowledge the notification.
Is this not possible anymore?