Skip to content

Latest commit

History

History
89 lines (59 loc) 路 3.21 KB

README.md

File metadata and controls

89 lines (59 loc) 路 3.21 KB

iOS Dark Mode Theme

Action Status hacs_badge homeassistant_community Github Stars

The iOS Dark Mode Theme by @basnijholt and modified from @kalkih's Gist

Screenshots

Overview

Theme - Overview Theme - Overview 2

With alternative background (backgrounds/homekit-bg-4.jpeg): Theme - alternative background

Map

Theme - Map

Hass.io

Theme - Hass.io

Developer Tools

Theme - Developer Tools

Configuration

Theme - Configuration

Profile

Theme - Profile

Installation

  1. Add the following code to your configuration.yaml file (reboot required).
frontend:
  ... # your configuration.
  themes: !include_dir_merge_named themes
  ... # your configuration.
  1. Add the following line to your lovelace-ui.yaml or use the RAW editor:
background: var(--background-image)
  1. (Optional) add the following to the same file to make the header smaller (you need to install custom-header too):
custom_header:
  background: 'rgba(155, 155, 155, 0.25)'
  compact_mode: true
  button_text:
    options: '{{ hours24 }}:{{ minutesLZ }}'
  1. (Optional) change the background to a different one, see backgrounds/README.md.

HACS

  1. Go to the Community Store.
  2. Search for iOS Dark Mode.
  3. Navigate to iOS Dark Mode theme.
  4. Press Install.

Manual

Clone this repository in your existing (or create it) themes/ folder.

cd themes/
git clone https://github.com/basnijholt/lovelace-ios-dark-mode-theme.git

Or using submodules:

cd themes/
git submodule add https://github.com/basnijholt/lovelace-ios-dark-mode-theme.git