Skip to content

v1.6.0

Choose a tag to compare

@thecodingdad thecodingdad released this 02 May 22:10

What's new

  • 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.