Replies: 1 comment
|
Hi @khurer78 Thanks for your kind words. Actually we have already have these features. Please see below Also you can find them under the tab General Settings -> Card |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
First of all, thanks for this excellent card — it's incredibly feature-rich.
Request: Could you add a native option to control the card background, e.g. a
transparent: truetoggle or acard_backgroundsetting?Why: Right now the only way to make the card blend into a dashboard (transparent background, no box-shadow/border) is via card-mod. This works in simple cases, but it's unreliable on this card specifically:
animate_graph: true, live state updates anddate_picker_groupsync, the card re-renders itsha-cardelement frequently and drops the injected card-mod styles. The result is that transparency flickers — sometimes applied, sometimes not.mod-cardgives stable transparency, but then the visual editor is no longer available for the inner card.prepend: truekeeps the editor but the style doesn't reach the right element on this card, so transparency isn't applied at all.So there's currently no way to have both a working visual editor and stable transparency.
A native background/transparency option would solve this cleanly, since the card would render its own background correctly on every redraw.
Environment: Home Assistant 2026.6.x, card v3.11, card-mod v4.x, viewed on iPad (Kiosk Mode) and iPhone.
Thanks for considering it!
All reactions