Josh Willox
Josh Willox
Hmm, well I'm not sure what's happening then, this is what I get.  Does `canary_style` not work in any way, e.g. trying to change text color? ```yaml canary_style: margin-top:...
Thanks, this is actually expected, if two cards are handling the `secondary_info` option, then Canary will override its expansion. It is impossible to add exclusions for every plugin that handles...
Yep, this is an issue with the `in_card` extension it doesn't seem to reliably remove the card background. I'll try to implement a more stable version when I get the...
Thanks for the GIFs they really help illustrate what's happening. The first case is unavoidable where they snap together, as without using `canary-card` there is no way to delay that...
I just tested it, and casting dashboards using paper-buttons-row does work. My guess is your still running an older version of the plugin which did have that "LitElement" problem. This...
Would you be able to provide an example configuration so I can test it and better understand what you're trying to do?
I thought I would have added this feature by now, as I've also come across this issue in the past, but it appears that it's not possible yet.
For the time being, you can manually add units using a simple template, or even automatically using Jinja2 templates. ```yaml - entity: sensor.top_fuel_station layout: state state: postfix: " ¢/L" ```
I could make it respond to the inactive/active states but then it'd show up yellow when "active", paper-buttons doesn't currently extract the colour from the entity, that is a future...
Seems to be a limitation of `custom-card-helpers` which is what I'm using to select the icon. The HA API sounds like a good alternative, do you have any examples of...