Theme inspired by visionOS for Home Assistant
Find a file
2026-04-06 18:52:22 +03:00
.github/workflows Add action for validations (#3) 2024-05-03 18:26:19 +03:00
themes Improve dropdowns with HA 2026.4 2026-04-06 18:52:22 +03:00
hacs.json Remove filename, now multiple themes are included 2025-08-10 22:33:32 +03:00
LICENSE.md Update LICENSE.md 2025-08-10 15:42:49 +03:00
README.md Updated README 2026-03-05 20:35:59 +02:00

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 uix integration via HACS to make the sidebar transparent. It's a drop-in replacement for card-mod with backwards compatibility.

  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

Sample dashboard configuration from the themes is available here

Based on Bas Nijholt's iOS Themes

Dropdown fixes from Wessam Lauf's Frosted Glass Theme