I’ve got a temperature reading displayed on one of my picture-elements cards and I’d like to be able to tap or long press it and then have it’s associated input_number slider pop-up. I know I could navigate to a different view and have the input_slider there, but is there a way to have it pop-up on the existing view?
Any thoughts to get me moving in the right direction would be much appreciated.
Thanks petro, I thought conditional cards might be the way forward. That’s a great idea to set the state of the card from the tap_action, really helpful!
Now I’ve got a starting point I’ll search to see if there’s a way to stack a conditional card on-top of a picture element card.