HACS: Can't select themes

Hi

I just installed HACS and I can’t see the two themes I installed when I add an entity.
I’ve never used themes before but I assume it should just show up as a theme in the drop down box.

Home Assistant v 0.108.9 (docker)
HACS Frontend version: 20200422201603
HACS Installed: 0.24.2

# Configuration.yaml
frontend:
  themes: !include_dir_merge_named themes

The problem was my confiuration was actually like this

# Configuration.yaml
frontend:
  themes: !include_dir_merge_named themes

# ... etc ...

# Enables the frontend
frontend:

I had frontend listed twice.

1 Like