Nezz / homeassistant-visionos-theme

Theme inspired by visionOS for Home Assistant
MIT License
55 stars 4 forks source link
hacs home-assistant theme

visionOS Theme

Theme inspired by visionOS for Home Assistant with automatic dark mode support.

Demo day Demo night

Installation

  1. You can install the theme with HACS:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

[!NOTE]
The background blur effects require Home Assistant 2024.5

  1. You should see the "visionos" theme appear in your list of themes.

If it's missing, try reloading your themes or adding the following code to your configuration.yaml file (reboot required):

frontend:
  themes: !include_dir_merge_named themes
  1. (Optional) You can set this as the default theme with the following automation:
    alias: Frontend - Change theme
    trigger:
    - platform: homeassistant
    event: start
    action:
    - service: frontend.set_theme
    data:
      name: visionos

Remarks

Based on Bas Nijholt's iOS Themes