I thought it was time to share a project I’ve been working on for a while. I love Home Assistant’s tile card - they have made it easy to quickly build great looking dashboards. But I’ve always felt that sensor tiles needed something more. So I built ring-tile card, based on Home Assistant’s tile card.
You can use ring-tile to bring your sensor tile cards to life.
PS: frontend development is new to me, and definitely a very part-time side-hustle. So apologies in advance if things break and / or I am slow to respond.
Hey that’s great - so pleased to hear you like them!
I’ve noticed the same snafu - I will have to investigate. I must admit I had thought the problem affected all cards, not just ring-tile, but I will take a closer look.
On the unrelated entity, it might be that this is already covered, depending on what you have in mind. You can use a combination of entity, which affects the info area and ring_entity, which affects the rendering of the ring. These can be two entirely separate entities.
Here is an example in which I wanted to represent the Wi-Fi signal strength of an ESPHome irrigation controller with the ring, but show the name of the connected Wi-Fi access point in the info area:
Lastly, if you want to show entity state as a number in the ring, you can choose between showing the value (which maps to entity) and ring_value (which maps to ring_entity). More info.
Let me know if you are trying to achieve something else.