pete_c
Guru
Easy peasy stuff.
1 - mkdir /opt/home-assistant/config/themes
2 - nano /opt/home-assitant/config/configuration.yaml
# Enables the frontend
frontend:
themes: !include_dir_merge_named themes/
3 - Download themes to your theme directory
4 - create a /opt/home-assitant/config/input_select.yaml file
nano /opt/home-assitant/config/input_select.yaml
hass_theme: name: HASS Themes options:
- 'default'
icon: 'mdi:theme-light-dark'
5 -
1 - mkdir /opt/home-assistant/config/themes
2 - nano /opt/home-assitant/config/configuration.yaml
# Enables the frontend
frontend:
themes: !include_dir_merge_named themes/
3 - Download themes to your theme directory
4 - create a /opt/home-assitant/config/input_select.yaml file
nano /opt/home-assitant/config/input_select.yaml
hass_theme: name: HASS Themes options:
- 'default'
icon: 'mdi:theme-light-dark'
5 -