I’m just starting for the first time to get Actionable Notificaqtions to work. I updated to 2021.5.1 today as I saw that they will be working differently going forward.
I have the latest update of Home Assistant on the iOS device as well.
I am trying to get a simple test working through the Developer Tools and I cannot get the options to show show below the notification. Any pointers on what I’m doing wrong or how to troubleshoot further?
service: notify.mobile_app_work_iphone
data:
message: Welcome home Work Test
title: Hi
data:
actions:
- action: GARAGE
title: Open Garage Door
- action: FRONT_DOOR
title: Unlock Front Door
- action: BACK_DOOR
title: Unlock Back Door
This is the Event that is generated:
{
"event_type": "call_service",
"data": {
"domain": "notify",
"service": "mobile_app_work_iphone",
"service_data": {
"message": "Welcome home Work Test",
"title": "Hi",
"data": {
"actions": [
{
"action": "GARAGE",
"title": "Open Garage Door"
},
{
"action": "FRONT_DOOR",
"title": "Unlock Front Door"
},
{
"action": "BACK_DOOR",
"title": "Unlock Back Door"
}
]
}
}
},
"origin": "LOCAL",
"time_fired": "2021-05-08T02:32:34.495469+00:00",
"context": {
"id": "19f64af9d351999059c661fa7bc9fe34",
"parent_id": null,
"user_id": "8e587f934abc4226891e233b1430d106"
}
}