lovelace-tab-redirect-card
lovelace-tab-redirect-card copied to clipboard
Custom lovelace card to use in Home assistant allowing you to redirect a user to certain view based on entity states.
Is this project still a live and working with the latest version of HA? I get the following error: Custom element doesn't exist: tab-redirect-card. thx
hy I can only switch from the first tab (0) to any other tab If I like to switch from the 2nd tab to the 0 tab it does not...
It would be great if the redirect would function when the dashboard was loaded, and not just when the entity state changes.
Why do I need to specify "user"? How to redirect every user?
Using the readme configuration example, if I have a user registered as “Foo” in home assistant, the redirect card won’t work. ``` type: 'custom:tab-redirect-card' redirect: - user: 'foo' entity_id: 'input.binary.is_home'...
Can I use this to redirect to a tab on a different dashboard? If yes: how? If not: please consider this a feature request.