Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation reference to dasboard lovelace not updated #36940

Open
lyntoo opened this issue Jan 15, 2025 · 0 comments
Open

Documentation reference to dasboard lovelace not updated #36940

lyntoo opened this issue Jan 15, 2025 · 0 comments

Comments

@lyntoo
Copy link

lyntoo commented Jan 15, 2025

Feedback

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"

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant