Good day to all of you,
Recently I noticed that Home Assistant is switching to web awesome. I like this step, but there is one huge downside. The new theme variables. I have a working theme and hate to adapt it every month.
I've seen posts about this before but I just don't understand it. When you select the default Home Assistant theme in settings, you get the option for "Primary color" and "Accent color". When changing them, all switches and accents follow this colors. However when I follow the official docs and only use
# Example configuration.yaml entry
frontend:
themes:
happy:
modes:
light:
primary-color: pink
accent-color: orange
dark:
primary-color: steelblue
accent-color: darkred
The web awesome switches and details in the older cards go to the default blue.
Why is this not standardized?
Just my frustration of the evening.
Cheers