mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-18 14:09:05 +01:00
e66564ff652a6fbe0552e2da26c8fbb3c3a69cfe
* Add apps navigation group with ingress add-on panels Add an "Apps" section to the navigation picker that shows all add-ons with ingress support. Uses the /ingress/panels supervisor endpoint via a cached collection to fetch add-on titles and icons in a single call. https://claude.ai/code/session_01F8dUzfSWj8ZwDByVZ45BNj * Fix no-shadow lint error for panels variable Rename subscribe callback parameter from `panels` to `data` to avoid shadowing the outer `panels` variable in _loadNavigationItems. https://claude.ai/code/session_01F8dUzfSWj8ZwDByVZ45BNj * Use subscribeOne helper for ingress panels collection Replace hand-rolled Promise/subscribe/unsub pattern with the existing subscribeOne utility for cleaner one-shot collection consumption. https://claude.ai/code/session_01F8dUzfSWj8ZwDByVZ45BNj * Add explicit type parameter to subscribeOne call TypeScript cannot infer the generic type through the collection subscribe chain, resulting in unknown type for panel entries. https://claude.ai/code/session_01F8dUzfSWj8ZwDByVZ45BNj * Add subscribeOneCollection helper for collection one-shot reads Add a new subscribeOneCollection utility that takes a collection directly instead of requiring the (conn, onChange) function pattern. Use it in the navigation picker for cleaner ingress panel fetching. https://claude.ai/code/session_01F8dUzfSWj8ZwDByVZ45BNj * Use Collection type instead of custom Subscribable interface https://claude.ai/code/session_01F8dUzfSWj8ZwDByVZ45BNj * Add ingress panel support to subscribeNavigationPathInfo * Use app panel variable * Add tests --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
…
…
Home Assistant Frontend
This is the repository for the official Home Assistant frontend.
Development
- Initial setup:
script/setup - Development: Instructions
- Production build:
script/build_frontend - Gallery:
cd gallery && script/develop_gallery
Frontend development
Classic environment
A complete guide can be found at the following link. It describes a short guide for the build of project.
License
Home Assistant is open-source and Apache 2 licensed. Feel free to browse the repository, learn and reuse parts in your own projects.
We use BrowserStack to test Home Assistant on a large variety of devices.
Description
Languages
TypeScript
98.8%
JavaScript
1.1%

