tgcowell / waves

This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waves Theme

hacs_badge HACS Action

Dark

Light

Created by Tim Cowell 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.

These themes include

I plan on continuing to develop this theme and would like to include light/dark for theme automations.

Installation

HACS Installation

Search for Waves within the community store & Install

You need to have a themes folder in order to install this theme.

  1. Go to your configuration.yaml file and add the following
frontend:
  themes: !include_dir_merge_named themes
  1. This theme uses 2 custom fonts via Google Fonts, you will need to add these as a resource in order to use the same fonts.
  • Click on configuration within Home Assistant

  • Click on Lovelace Dashboards

  • Click the Resources tab at the top

  • Click the + Add Resource button

  • You will need to add the follow URL and set the resource type to Stylesheet, then click on create.

URL To Copy

https://fonts.googleapis.com/css2?family=Oxygen&family=Ubuntu:wght@300&display=swap    
  1. Once the above is complete, you will need to restart your Home Assistant server for the changes to come into affect.

Backgrounds & Animated Icons

This theme includes 2 backgrounds (light and Dark) along with Animated weather icons, in order to use these please complete the following steps

  1. Create the following folder

/config/www/waves/

  1. Download the images located within the themes folder, everything excluding waves.yaml

  2. Reload or Restart Home Assistant, your theme should now include the backgrounds and animated images.

Manual Installation

  1. Download the themes folder from this repo
  2. Unzip the contents and extract the themes for into config/
  • The above assumes you don't already have a themes folder, if you do read below!
  • If you already have a themes folder, then just extract the waves folder into config/themes/
  1. Make sure the following is in your configuration.yaml folder
frontend: 
  themes: !include_dir_merge_named themes
  1. Restart your Home Assistant server
  2. Select the theme in your user profile settings

Automate theme

If you would like to automate your theme so it is always Waves across any device, you can do this via an automation.

  1. Click on configuration
  2. Click on Automations
  3. Click + Add Automation
  4. Click - Start with an empty Automation"
  5. Change Name to "Theme - Set Default Theme"
  6. Change trigger type to 'Home Assistant' & Event: start
  7. Scroll down to Action
  • Action Type: Call Service
  • Service: Home Assistant Frontend: Set Theme
  • Name: waves

About

This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced'