#No "Frontend" in HACS?

1 messages Β· Page 1 of 1 (latest)

misty egret
#

Hi πŸ™‚
Im trying to install the theme "frosted glass"
But i need to be installed in "frontend" in HACS? But i cant find frontned?
https://community.home-assistant.io/t/no-frontend-or-other-tabs-in-hacs/634226

tulip atlas
#

you pointed to a two-year old thread, and yes, the HACS interface changed in that time

misty egret
#

Hi Rob πŸ™‚
Yea but thats with google πŸ˜„
But i can see that the theme is installed
But i cant select it?

tulip atlas
misty egret
#

I have restarted HA πŸ™‚

#

I found that instruction but i really dont understnad what i need to do πŸ™‚

tulip atlas
#

I literally just downloaded it in HACS and it showed up

#

nothing more

misty egret
#

Yea but it is greyed out like i cant select any themes?

tulip atlas
#

then it seems like you removed the part from configuration.yaml that points to the themes

misty egret
#

Okay not something i can remember πŸ˜„
How can i add it back? πŸ™‚

tulip atlas
#

make sure you have these two lines in configuration.yaml:

frontend:
  themes: !include_dir_merge_named themes
misty egret
#

This is my yaml πŸ™‚
´´´

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
template:

  • sensor:
    • name: "Average humidity"
      unit_of_measurement: "%"
      device_class: humidity
      state: >
      {{ ( state_attr('climate.alrum', 'current_humidity')|float(0) +
      state_attr('climate.kontor', 'current_humidity')|float(0) +
      state_attr('climate.bryggers', 'current_humidity')|float(0) ) / 3 }}
      availability: >
      {{ ( state_attr('climate.alrum', 'current_humidity')|is_number and
      state_attr('climate.kontor', 'current_humidity')|is_number and
      state_attr('climate.bryggers', 'current_humidity')|is_number ) }}´´´
tulip atlas
#

your screenshot also shows it in the homeassistant/themes directory, and I don't know if that's actually your config directory

#

so, not there

#

in the future:

elfin dragonBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

misty egret
#

Haha i cant manage that πŸ˜„

tulip atlas
#

ok

misty egret
#

Does this help? πŸ™‚

tulip atlas
#

I pointed out that you're missing the lines that I said that you need to have in there

misty egret
#

Ouh yea but sorry where do they need to go? πŸ™‚

tulip atlas
#

anywhere in there

#

in the beginning, at the end

misty egret
#

Like this?

tulip atlas
#

yes

#

please stop with the screenshots

#

formatted text

elfin dragonBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

misty egret
#

Sorry!

#

´´´
test
´´´

tulip atlas
#

you're using single quotes and not backticks

#

anyway, if you restart HA, you'll probably be fine

misty egret
#
test
#

ah got it! πŸ˜„

#

YES! Now i can seletc it!
Can i select then theme for a "test" dashborad or is it the hole thing? πŸ™‚

tulip atlas
#

one theme for everything everywhere

#

that's why it's in your profile

misty egret
#

Ouh crap πŸ™
So i need another HA Vm to test with if i want to test it? πŸ™‚

#

Or another profile? πŸ™‚

tulip atlas
#

you can create another user

#

or just change it to test, you can always go back

misty egret
#

Ah nice! Meny thanks! I will try to mingle with πŸ™‚
Have a nice evening/day πŸ™‚