Home Assistant theme in Pinout colors
-
Navigate to the HACS panel and click on the three dots located in the upper right corner. Then, select
Custom repositories
. -
Paste the provided link into the
Repository
field, selectTheme
from theCategory
dropdown menu, and click theADD
button.
https://github.com/PinoutLTD/HA.Themes
- Next, search for
Pinout Theme
in the HACS search bar. Once found, select it and hit theDownload
button.
- Add the following code to your
configuration.yaml
file (reboot required).
frontend:
... # your configuration.
themes: !include_dir_merge_named themes
... # your configuration.
- Clone the repository
git clone https://github.com/PinoutLTD/HA.Themes.git
- 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/.