Skip to content

rednatty/rednatty-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redNatty theme for Home Assistant

Images:

Usage

With HACS

  1. Add the following code to your configuration.yaml file (reboot required).
frontend:
  ... # your configuration.
  themes: !include_dir_merge_named themes
  ... # your configuration.
  1. Go to the Community Store.
  2. Search for redNatty.
  3. Navigate to redNatty theme.
  4. Press Install.
  5. Go to services and trigger the frontend.reload_themes service.

Manual

  1. Add the following code to your configuration.yaml file (reboot required).
frontend:
  ... # your configuration.
  themes: !include_dir_merge_named themes
  ... # your configuration.
  1. Clone the repository
git clone https://github.com/rednatty/rednatty-theme.git
  1. Copy themes/rednatty.yaml in your existing (or create it) themes/ folder.
mv home-assistant/themes/rednatty.yaml ~/config/themes/.