Theme inspired by visionOS for Home Assistant with automatic dark mode support.
[!NOTE]
The background blur effects require Home Assistant 2024.5
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
alias: Frontend - Change theme
trigger:
- platform: homeassistant
event: start
action:
- service: frontend.set_theme
data:
name: visionos
Based on Bas Nijholt's iOS Themes