I’m designing my Lovelace interface and I want a header that stays the same but the content below will change based on the selected source.
My sources are Apple TV, PlayStation, and Shield. Also, I want a home button and All Off button.
If I press PlayStation for example I want it to toggle Boolean that will start an Automation and switch the view to Playstation view that will have the same header but the content below the switch buttons will be something else like the PlayStation Media Card with TV volume controls.
Can I make a condition do a navigation action without pressing a button? or you mean I load the device controls if the condition is “on” so I don’t have to create a view for each device?
Each button is a boolean, you turn on and a script runs with various tasks. Last task is to set other booleans (Apple, shield etc.) to false.
I’m not completely sure about how conditional cards work, I have only used them in picture elements card, but have a “master boolean” (if any is on) then nest below if Apple is on display “this” and if shield is on, display “that” and so on.
It’s going to be hard and it will be confusing.
My advice is to build small blocks that work then try to integrate them together because otherwise it will be a major headache.
If I have time then I today then I can have a deeper look at it.