digitaljamie / google-theme

No longer maintained - A fork of Google Assistant Theme to fix common issues - by digitaljamie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE:

This repo is no longer updated. The issue this fork was created to correct has been fixed in the latest version of the original theme. I would recommend using that version instead

Google Light and Dark Theme

Home Assistant theme based on the Google Android light and dark mode interface.

hacs_badge
Original theme by JuanMTech
Forked by digitaljamie to correct an issue when using state_color: true
This fork is up to date with v1.2 of the original theme, and will be kept up to date with any new commits.

Screenshots

Google Light Mode 1

Google Dark Mode 1

Preparation

  1. Make sure that under the configuration.yaml file you have the following:
frontend:
  themes: !include_dir_merge_named themes
  1. Restart Home assistant to apply the changes.
  2. Under the Home Assistant config folder, create a new folder named themes

Installation

Method 1: Installation via HACS

  1. You need the Home Assistant Community Store (HACS) to install the theme through this method. You can install it here: (https://hacs.xyz/docs/setup/download/)
  2. Open the HACS page from the Home Assistant sidebar, click Frontend and Explore & Download Repositories
  3. Search for Google and click on Google Light and Dark Theme
  4. Click Download

Method 2: Manual Installation

  1. Download the latest source code (https://github.com/digitaljamie/google-theme/releases)
  2. Copy the google_theme.yaml file from the themes folder of the downloaded zip into your Home Assistant themes folder
  3. Reload your Home Assistant themes. This can be done by either calling the service frontend.reload_themes or by restarting Home Assistant.

Enable theme

  1. Open your Home Assistant Profile
  2. Under Themes, select the new Google Light and Dark Theme

Set theme as default for all devices

  1. Open Developer Tools
  2. Go to Services
  3. Under Service enter frontend.set_theme
  4. Under Name, enter Google Theme
  5. Enable Mode and choose your preferred mode
  6. Click on Call Service

About

No longer maintained - A fork of Google Assistant Theme to fix common issues - by digitaljamie