Skip to content

๐Ÿ ๐Ÿค– Theme based on iOS Light Mode for Lovelace Home Assistant

License

Notifications You must be signed in to change notification settings

basnijholt/lovelace-ios-light-mode-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

65 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

iOS Light Mode Theme

Action Status hacs_badge homeassistant_community Github Stars

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

An alternative to the iOS Dark Mode Theme!

Screenshots

Overview

Theme - Overview

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)'
  swipe_animate: fade
  swipe_prevent_default: true
  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 Light Mode.
  3. Navigate to iOS Light 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-light-mode-theme.git

Or using submodules:

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

About

๐Ÿ ๐Ÿค– Theme based on iOS Light Mode for Lovelace Home Assistant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published