Home Assistant Theme Implementation

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 -
 
You don't need the input select do you?   You can already select the theme under Configuration...General.
 
Also recommend using Sublime with SFTP  plugin for editing files, it will save you some grief over nano editing YAML especially with spaces. 
 
Thank-you Wuench.
 
Yes...starting writing the above post...and got a bit distracted.
 
Been using ssh and sftp / gedit.  Will switch to sublime.
 
Back
Top