BLUF- Can not get themes to download.
I have watched the how-to’s
I looked through the previous posts on this subject.
I don’t have any errors when I check my config file.
I go to HACS find a theme, click frontend, click explore & download repositories, select a theme, I have 2 options on the bottom 1. open repository and 2. download this repository with HACS, I choose #2, click download (there is always a note that will look like this- repository.note_downloaded '/config/themes/noctis/noctis.yaml'
) it spins a minute as if it is downloading, it clears and there is nothing in the Frontend screen, nothing (new) in the Integrations screen, go to the config.yaml nothing but the themes file but it is empty and there are no new paths to the file I supposedly just downloaded?
If I then go check user, by clicking on my name the Theme choice remains greyed out.
I also deleted the themes yaml entry and tried to create the themes folder 1st then enter the yaml. none of this works
I am getting an error in the logs:
Logger: custom_components.hacs
Source: custom_components/hacs/repositories/base.py:855
Integration: HACS (documentation, issues)
First occurred: 9:37:10 PM (1 occurrences)
Last logged: 9:37:10 PM
Download was not completed [[Errno 20] Not a directory: '/config/themes/noctis']```
Here is my config file.
``` # Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
packages: !include_dir_named packages
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
frontend:
themes: !include_dir_merge_named themes
##### Proximity integration ##################################
proximity:
home:
devices:
- person.joseph_anthony
- person.birgit
tolerance: 100
unit_of_measurement: ft
#Light Groups
light:
- platform: group
name: office lights
entities:
- light.office_1
- light.office_2
- light.office_3
- platform: group
name: kitchen lights
entities:
- light.kitchen_1
- light.kitchen_2
- light.kitchen_3
- light.kitchen_4
- light.kitchen_sink
- platform: group
name: master bathroom lights
entities:
- light.bathroom_1
- light.bathroom_2
- platform: group
name: garage outside lights
entities:
- light.garage_1
- light.garage_2
- platform: group
name: porch lights front
entities:
- light.porch_light_1
- light.porch_light_2
- platform: group
name: porch lights entry
entities:
- light.porch_light_3
- platform: group
name: porch lights all
entities:
- light.porch_light_1
- light.porch_light_2
- light.porch_light_3
- platform: group
name: laundry lights
entities:
- light.laundry_light_1
- light.laundry_light_2```