bbbenji / synthwave-hass

Synthwave inspired theme for Home Assistant
MIT License
155 stars 24 forks source link

How to install this theme (Hassio + HACS) #12

Closed niemyjski closed 5 years ago

niemyjski commented 5 years ago

I installed synthwave-hass and synthwave-hass-extras in the latest stable version of HACS running on 0.97.2. But I cannot for the life of me get any theme to show up. Do you know what I'm missing?

image

https://github.com/niemyjski/home-assistant/blob/master/config/frontend.yaml

image

Calling the service to reload themes or set themes does not work. I have no freaking idea why this isn't showing up (and I haven't had time to dig through the code for HACS, this script or HA).

bbbenji commented 5 years ago

Your configuration.yaml is referencing config/frontend.yaml for frontend and frontend.yaml is referencing themes. Maybe it should be ../themes?

Or just put themes: !include_dir_merge_named themes directly in configuration.yaml. It'll save you a line of code and a superfluous file.

niemyjski commented 5 years ago

I'll try that. I just got it from here: https://www.home-assistant.io/components/frontend/#themes

niemyjski commented 5 years ago

Sweet! That was the issue!!! Thanks again