JuanMTech / ios-theme

🎨 By JuanMTech -- Theme based on the iOS system-wide light and dark mode interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Theme

A Home Assistant theme based on the iOS system-wide light and dark mode interface.

hacs_badge

Subscribe to YouTube channel

Become a Patron

Buy me a coffee

Screenshots

iOS Light Mode 1

iOS 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. Under the Home Assistant Config folder, create a new folder named themes
  2. Restart Home assistant to apply the changes.

HACS installation

  1. Go into the Community Store (HACS)
  2. Search for iOS Theme
  3. Open the theme
  4. Press Install
  5. Restart Home Assistant

Manual installation

  1. In the Home assistant themes folder, create a file named ios_theme.yaml
  2. In this GitHub repo, go into the themes folder, open the ios_theme.yaml file and copy the content
  3. Paste the content in the ios_theme.yaml file created under your Home Assistant themes folder

Enable theme

  1. Open your Home Assistant Profile
  2. Under, Themes, select the new iOS 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 iOS Theme
  5. Enable Mode and set it to light
  6. Click on Call Service
  7. Repeat steps 1 to 6 but change the Mode to dark

About

🎨 By JuanMTech -- Theme based on the iOS system-wide light and dark mode interface