you shouldnt use decluttering on custom:button-card, button-card uses its own config templates which are perfect.
if all of your ring-tile cards are on the same view, why not use a yaml anchor and reuse that in the same yaml file. Just trying to reduce as many custom cards as possible
if you really like to use decluttering, you can just throw in the complete config of those tiles, and use the entity as variable
cant imagine that not to work, what was the yaml you tried it with?
note that your example is not correct. name and entity should be set as variables, and then injected in the decluttering template as such
maybe read the documentation for decluttering
I know we have different cultures, but that reply ‘is’ pretty annoying to me here in the US, and the winking emoji makes it much worse. Really. I’m not laughing.
Again, we are separated by a common language here. Using the decluttering card works. If button-card has its own different templating, a pointer to a working example would be quite helpful. Anything that works to me is perfect enough.
I have no idea what you said there in either sentence. Again, you are saying things that are very skeletal and FAR beyond my understanding of how to configure HA. As I think I said earlier, the HA documentation is very confusing to me almost all the time.
FWIW - the ring cards have different colorization settings so they’re not reusable ‘completely’ just ‘mostly’.
I thought I tried templating the ring-card and passing in the entity and name, so my example above might be a little off. I will give that another try when I get a chance.
Hey everyone - let’s keep the discussion friendly please.
It appears there is a need to solve how card_mod styling works with parent cards, such as decluttering as used by @vinceskahan and the one @mynolix1986 is using (which is?).
I don’t have experience with using these parent cards, so it would be helpful to see some YAML examples that show both the ring-tile card config and the parent card config so that I can have a go at replicating the problem.
A quick shoutout to @smartmatic, host of the Smart-Live YouTube channel, who has just posted a great video about ring-tile card.
The channel is in German, so I confess I had to rely on YouTube’s auto-translate (amusing at the best of times), but the video gives a fantastic walkthrough of how to use and configure ring-tile card. If you prefer to watch, rather than read the docs, this might be the video for you!
As noted in the video, YAML configuration is not for everyone. I am working on GUI config in the background, but I’ve got a bunch of travel coming up, so it will be a month or two before it’s ready.
First of all, THANKS for this great card. I already replaced a lot of former elements to this card. The only missing is “Compass”. I’m currently using the custom:compass-card, which gives me an option to make color-coding based on windspeed. Is there an option in your card to achieve the same? I would like to have a color change of angle based on windspeed. This is my actual config:
compass-card provides many more options that ring-tile card - I don’t intend to go to the same level of customisability. Right now, there are no built in ways to change colour based on windspeed, although it would be possible to hack something together with card_mod.
Out of curiosity, what element would you like to colour with respect to windspeed?
Hi @matt.pregent - no there is not a way to change the font size of the middle element, although you might be able to hack something together with card_mod. As I’ve mentioned earlier in this thread, a key design principle has been to keep the design clean and configuration simple. Take a look back at the previous discussion for more info.
Does anybody know how to colorize the value instead of the icon?
I would prefer this when ring_only ist set to true,
because the value is shown pretty big and the icon much smaller.
A possibility to show the value a little bit smaller would also be fine.
I am redesigning my monitoring from gauge-card-pro to ring-tile,
and it already looks much better, not only because of the ticks_with_labels.
@neponn I just installed the ring tile card. It’s great! I like it a lot. Good job!
I only have one question: maybe I missed it but I didn’t find any mention of whether or not you can customize the “click-on” behavior of the card? I’m using it mostly for thermostat devices, so basically, if possible, I would like to have the matching thermostat controller card pop-up when clicking instead of the sensor history. Cheers!