You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-page color settings (#3): Multi-page cards can now override the five global colors (card background, icon, text, button background, remote border) on a per-page basis. New palette icon in the layout canvas opens a panel where you set the page-local overrides; empty fields fall back to the global value. The card cross-fades between page color schemes when switching pages.
Jinja template support for all color settings (#4): Every color field now accepts a Jinja expression like {{ states('sun.sun') == 'above_horizon' and '#ffeb3b' or '#3949ab' }}. It's currently some kind of "hidden" feature. You need to add a custom color with the value {{}} in the color picker; this turns the dropdown into a jinja code editor.