Effectively, I'm trying to reproduce the looks of the "Mushroom Card" as seen on the screenshot with label "Retro" - but I want to do it with the native tile card. There are few reasons why "Mushroom Card" is not enough for me:
- Mushroom Card only allows showing a single "data point" - e.g. state, whereas with the native tile card I can show (eg for light) brightness, color temperature, and when it was last changed.
- I'd like to use "Custom Features for Home Assistant Cards" (https://github.com/Nerwyn/service-call-tile-feature) which allows extending native tile cards with additional features (buttons, sliders etc) which can be used to add extra controls/shortcuts to the entity's card (eg, switch the light to a specific color or effect, enable Adaptive Lightning, navigate to color picker etc) - you can see a breif example on the second screenshot where I extend a tile card for a switch with a "Spinbox" for selecting a threshold for the humidity vent
I'm equally open to tweaking it via card_mod, or using advanced features in the native tile card or Mushroom's Light card if someone knows a way to achieve the above.
Thanks!