Open more info on its own page to allow companion apps to open a specific entity or let a user load a specific entity #7428
Unanswered
dshokouhi
asked this question in
Other feature requests
Replies: 1 comment 3 replies
-
Just an update on this but in home-assistant/android#1446 we are now triggering the pop-up using some JS mentioned in the links above |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We were having a discussion over in #devs_frontend about the more info pop-up and how to best trigger it:
https://discord.com/channels/330944238910963714/351047592588869643/768574996448149527
The android app has a new beta feature that integrates with Android 11 Power Menu, this allows us to assign entities to tiles to let the user quickly control a device without opening the app. A long press on this icon will take the user to their default page but it would be ideal to display the more info dialog to the user.
https://imgur.com/a/pVyyPt3
The second screenshot in the above link shows a black page which is a bug that was just fixed however we are still just loading the home page and would ideally show just the more info dialog.
Ideally if we can have something like
https://mydomain.com:8123/lovelace?entity_id=sensor.test
would load just the more info dialog for which ever entity gets sent.This is the starting recommendation:
https://discord.com/channels/330944238910963714/351047592588869643/768591750226116629
This would really help complete the look and allow this page to always show the most up to date content that the frontend team builds. Also I am sure others may find it useful as well to directly link to this page from say an actionable notification.
Beta Was this translation helpful? Give feedback.
All reactions