Skip to content

PinoutLTD/HA.Themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant theme

Home Assistant theme in Pinout colors

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Install

Using HACS

  1. Navigate to the HACS panel and click on the three dots located in the upper right corner. Then, select Custom repositories.

  2. Paste the provided link into the Repository field, select Theme from the Category dropdown menu, and click the ADD button.

https://github.com/PinoutLTD/HA.Themes
  1. Next, search for Pinout Theme in the HACS search bar. Once found, select it and hit the Download button.

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/PinoutLTD/HA.Themes.git
  1. Copy themes/pinout.yaml in your existing (or create it) themes/ folder.
mv HA.Themes/themes/pinout.yaml <PATH_TO_YOUR_HOME_ASSISTANT_FOLDER>/themes/.