The problem
My code has not changed and tested with a known working sample
Modified as needed and the action are not available on iOS
https://companion.home-assistant.io/docs/notifications/actionable-notifications/
service: notify.mobile_app_<your_device_id_here>
data:
message: "Something happened at home!"
data:
actions:
- action: "ALARM" # The key you are sending for the event
title: "Sound Alarm" # The button title
- action: "URI" # Must be set to URI if you plan to use a URI
title: "Open Url"
uri: "https://google.com" # URL to open when action is selected, can also be a lovelace view/dashboard
What version of Home Assistant Core has the issue?
2022.9.4
What was the last working version of Home Assistant Core?
2022.9.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
https://companion.home-assistant.io/docs/notifications/actionable-notifications/
Diagnostics information
No response
Example YAML snippet
service: notify.mobile_app_<your_device_id_here>
data:
message: "Something happened at home!"
data:
actions:
- action: "ALARM" # The key you are sending for the event
title: "Sound Alarm" # The button title
- action: "URI" # Must be set to URI if you plan to use a URI
title: "Open Url"
uri: "https://google.com" # URL to open when action is selected, can also be a lovelace view/dashboard
Anything in the logs that might be useful for us?
No response
Additional information
No response
The problem
My code has not changed and tested with a known working sample
Modified as needed and the action are not available on iOS
https://companion.home-assistant.io/docs/notifications/actionable-notifications/
service: notify.mobile_app_<your_device_id_here>
data:
message: "Something happened at home!"
data:
actions:
- action: "ALARM" # The key you are sending for the event
title: "Sound Alarm" # The button title
- action: "URI" # Must be set to URI if you plan to use a URI
title: "Open Url"
uri: "https://google.com" # URL to open when action is selected, can also be a lovelace view/dashboard
What version of Home Assistant Core has the issue?
2022.9.4
What was the last working version of Home Assistant Core?
2022.9.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
https://companion.home-assistant.io/docs/notifications/actionable-notifications/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response