Theme selection not working under profile

Hi there,
I’m newbie to HomeAssistant. My first steps are done.
Now I’m trying to have different themes. But after changing my configuration.yaml - I can’t change the theme in my profile. It’s always greyed out.
What I’m doing wrong?

configuration.yaml:

frontend:
  themes: !include_dir_merge_named ../themes

folder structure:
config
configuration.yaml
themes

inside folder themes:
google_light_theme.yaml

But, after reboot of Home Assistant - no selection is possible!

Not entirely sure how it works, I followed the guide and it worked for me…

My configuration.yaml however looks like this:

config:

frontend:
  themes: !include_dir_merge_named themes

without a …/themes

My themes folder is on the same level as the configuration.yaml and inside are all my themes.yaml

1 Like

Thank you, that was the problem - great!