-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
# Waves | ||
Home Assistant Theme | ||
# Waves Theme | ||
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/custom-components/hacs) | ||
|
||
This is my own personal Home Assistant theme which is a blend of themes that I have liked this includes | ||
Created by [Tim Cowell](https://github.com/tgcowell) for Home Assistant | ||
This theme is a mixture of themes that I liked but wanted to adjust slightly to the design, look and feel I wanted. | ||
|
||
Noctis: | ||
https://github.com/aFFekopp/noctis | ||
These themes include | ||
|
||
Caule Themes Pack: | ||
https://github.com/orickcorreia/caule-themes-pack-1 | ||
* Noctis - https://github.com/aFFekopp/noctis | ||
|
||
I'll continue to update this theme overtime, I am still a beginner so please be kind | ||
* Caule Theme Pack - https://github.com/orickcorreia/caule-themes-pack-1 | ||
|
||
I plan on continuing to develop this theme and would like to include light/dark for theme automations. | ||
|
||
# Installation | ||
|
||
You need to have a themes folder in order to install this theme. | ||
|
||
* First go to your configuration.yaml file and add the following | ||
|
||
``` | ||
frontend: | ||
themes: !include_dir_merge_named themes | ||
``` | ||
|
||
After you have add this to your configuration.yaml file you will need to restart your server. |