Home
Softono

Homeassistant Visionos Theme

Open source MIT
312
Stars
23
Forks
10
Issues
4
Watchers
3 months
Last Commit

 About Homeassistant Visionos Theme

Theme inspired by visionOS for Home Assistant

Platforms

Web Self-hosted

Links

Need Help Installing Homeassistant Visionos Theme?

We provide expert installation service for this software. Our team will install, configure, and secure Homeassistant Visionos Theme on your server. plans start at just $30.

Homeassistant Visionos Theme

View on GitHub

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. After installing, don't forget to add the integration for it.

  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