ben8p / lovelace-tab-redirect-card

Custom lovelace card to use in Home assistant allowing you to redirect a user to certain view based on entity states.
21 stars 4 forks source link

Redirect to different dashboard? #4

Open ManCaveMedia opened 4 years ago

ManCaveMedia commented 4 years ago

Can I use this to redirect to a tab on a different dashboard? If yes: how? If not: please consider this a feature request.

ben8p commented 4 years ago

Hi, It's currently not possible and would need a full rewrite to be able to do it.
When clicking the dashboard the current one is unloaded, so the redirection card is gone.
I am keeping this task open, so whenever I have time I will check what it takes to rewrite it to support this.

blizzrdof77 commented 3 years ago

Definitely would love to see this implemented!

spripe commented 3 years ago

Would also love to have the functionality to redirect to different views

bmcclure commented 1 year ago

This would be very useful. Perhaps a good way for this to work would be accepting a path as a destination instead of a tab number. So I could redirect to the Living Room view of my Home dashboard by using its path of /home/living-room

This could also open up the possibility of getting the redirect path from another entity, which I would also really love the ability to do. My use case is, I have a template entity that stores the path of the dashboard that corresponds to the room my phone is currently in.