Showing sensor values similar to the plant monitor

Hi,
I found andrey’s customization https://github.com/andrey-git/home-assistant-custom-ui which allows to add several badges on a single line in a card.
That looks great, but now I want to accomplish something similar.

I also use the plant monitor https://www.home-assistant.io/components/plant/ and I really like how 5 sensor values are put this way on a single line. Seeing the icon is much easier than having to read the sensors name.
But how can I accomplish the same with 5 other sensors?
I guess I have to create a custom card? I really have no idea where to start…
Any help will be very appreciated :slight_smile:

Thanks!

I thought I should explain myself a little bit more with some pictures, see below.

On (1) I’ve made a group of a climate object and several sensors.
On (2) I’ve used Andrey’s customization to show 5 of these sensors horizontally as badges.
But actually I don’t like those badges. I want something like on (3), similar to how the plant monitor shows 5 sensor values.
I used my paint skills for (3), but how can I make Home Assistant showing it like that?

No one who can even give me the tiniest push into the right direction? :cry:

Should I copy the file https://github.com/home-assistant/home-assistant-polymer/blob/7be6d17b3738cb01a07569787a3149f83a4942e5/src/cards/ha-plant-card.html to ./www/custom_ui/ and modify that file to my needs? Into what should I modify it? And how can I add it into my configuration.yaml?

you can check this topic Custom UI: Tiles
maybe that will help you forward