I have a script action like this:
service: notify.notify
data:
message: '{{ message }}'
title: Home Assistant
data:
actions:
- action: URI
uri: '{{ link }}'
title: '{{ action_name }}'
I’ve set the variables as follows:
message: Motion was detected in the condo!
action_name: Check Camera
link: /lovelace/security
For some reason, clicking the Check Camera action does not open the security
view. I have also tried using the full https://...
url and the OPEN
action. That didn’t work either.
Am I doing something wrong?