I have a select entity that controls my car's heated seats. I don't really like the way the dropdown looks, and would prefer a UI similar to the one of a climate entity's mode selector for a tile. I looked into how it works and found that it's using a Control Select. The example in that URL is actually exactly what I want, but I don't know how implement that using YAML.
#Use a "Control Select" for a select entity
1 messages · Page 1 of 1 (latest)
Not possible in HA, but maybe a custom card can do it.
Yeahhh, I figured, thank you! I've already looked into a few of them but couldn't find anything that still looked like the HA UI (which I would prefer). Do you have any recommendations?
No I don't. I just have to say that in my stock answer, as there's usually a custom card out there somewhere that can do something like what is requested. But I have no idea 😛
Try the custom button card.
(Shameless plug) You can create a custom selector using custom card features
https://github.com/Nerwyn/custom-card-features
Yeah, really great card that I use myself in various setups!