Skip to content

Nezz/homeassistant-visionos-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visionOS & iOS 26 Liquid Glass Theme

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

visionOS

vision lightvision dark

Liquid Glass

ios lightios dark

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

Install the card-mod integration via HACS to fix issues with dropdowns.

  1. You should see the "Liquid Glass" and "visionos" themes 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

Dropdown fixes from Wessam Lauf's Frosted Glass Theme

About

Theme inspired by visionOS for Home Assistant

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published