-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jv edited this page Jun 3, 2026
·
3 revisions
Glance is a custom, high-polish Home Assistant dashboard built with React 19 + TypeScript + Vite. It talks directly to Home Assistant over its WebSocket API, renders a fully editable tile/room layout, and layers on a lot of "premium feel" motion and ambient effects. It can run as a local dev app or as a Supervisor-managed Home Assistant add-on (sidebar panel via Ingress).
- Installation — run as an HA add-on or locally.
- Configuration — connect to HA, themes, ambient effects.
- Features — tiles, glance strip, ambient backdrop, motion.
- Layout: Backup & Restore — export/import your dashboard.
- Architecture — source layout and data flow.
- Add-on Development — build, versioning, releasing.
- Troubleshooting / FAQ — common issues.
- Contributing — dev guidelines.
| Sidebar panel name | Glance |
| Add-on / repo name | Glance — HA Dashboard |
| Connection | Direct WebSocket to Home Assistant |
| Deploy options | Local Vite dev, or HA add-on (Ingress) |
| Layout storage |
layouts.json (add-on: /data/layouts.json) |
| Settings storage |
localStorage (per browser/device) |
| License | Custom — non-commercial, modify-with-attribution |