You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reference notify linked to /loveleace-example insted of /dashboard-example
automation:
alias: "Send Notification with a link"
trigger:
...
action:
action: notify.mobile_app_<your_device_id_here>
data:
title: "Motion Detected in Backyard"
message: "Someone might be in the backyard."
data:
# iOS URL
url: "/lovelace/cameras"
# Android URL
clickAction: "/lovelace/cameras"
^^^^^^^^^^^^^^^^^ should be replaced by
clickAction: "/dashboard-cameras"
Feedback
reference notify linked to /loveleace-example insted of /dashboard-example
automation:
trigger:
...
action:
data:
title: "Motion Detected in Backyard"
message: "Someone might be in the backyard."
data:
# iOS URL
url: "/lovelace/cameras"
# Android URL
clickAction: "/lovelace/cameras"
^^^^^^^^^^^^^^^^^ should be replaced by
clickAction: "/dashboard-cameras"
and any other reference to "/lovelace/xxxxxxx"
URL
https://companion.home-assistant.io/docs/notifications/notifications-basic/
Version
2025.1.2
Additional information
No response
The text was updated successfully, but these errors were encountered: