KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
hass-air
★ 15
Open GitHub ↗
Apple-inspired theme for Home Assistant
Download README (.md)
Explore Similar Repositories
NextA
:
Professional AIHubbingFork framework with AIHubbingFork-optimized enterprise-grade and enterprise scalable-architecture capabilities
RaBitQCache
:
[ICML'26] RaBitQCache: Rotated Binary Quantization for KVCache in Long Context LLM Inference
skills
:
My Claude Code skills — the ones I actually use.
UserBehavioralDivergence
:
No description available.
VenomRec
:
Official implementation for VenomRec.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hass-air
?
Download (.md)
# Air An Apple-inspired theme for Home Assistant, translated directly from the iOS 26 / iPadOS 26 design language into native HA CSS variables. No card-mod, no custom plugins — everything runs on pure theme YAML. <img width="49%" alt="Light Mode" src="https://github.com/user-attachments/assets/8ac4d934-bec2-40aa-bc4e-33aa47a7b4af" /> <img width="49%" alt="Dark Mode" src="https://github.com/user-attachments/assets/67fbbe4c-c3ed-426b-928b-7f7ac0842fb9" /> ## Features - Full light and dark mode with subtle gradient-mesh wallpapers - Native `backdrop-filter` blur on app header and dialog surfaces - iOS system tints across brand, state, weather, energy, and badge roles - SF Pro on Apple devices; Inter / system-ui everywhere else - Continuous-corner radius scale ## Installation ### HACS (recommended) 1. Open HACS → **⋮** → **Custom repositories** 2. Paste `https://github.com/jan-auer/hass-air` and set type to **Theme**, then click **Add** 3. Search for **Air** in HACS and click **Download** 4. Go to **Profile → Theme** and select **Air** ### Manual 1. Copy `themes/air.yaml` into your HA config's `themes/` folder 2. Add the following to `configuration.yaml` if not already present: ```yaml frontend: themes: !include_dir_merge_named themes ``` 3. Restart Home Assistant 4. Go to **Profile → Theme** and select **Air** ### Default Theme To set Air as the default for all users, call the **`frontend.set_theme`** action from **Developer Tools → Actions**: ```yaml action: frontend.set_theme data: name: Air ``` Home Assistant saves this setting and restores it on restart. Individual users can still override it from their own profile. ## Known Issues ### Dropdown menus in HACS dialogs Some dropdown menus inside HACS dialogs may appear mispositioned when opened. This is a limitation of Air's card-mod-free approach and cannot be fixed with pure theme variables. As a workaround, switch to another theme when adding repositories or manually updating. ## Inspiration Design tokens derived from Apple's iOS 26 Human Interface Guidelines and UIKit material specs. ## License [MIT](LICENSE)