mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-12 08:02:21 +01:00
dev
* Skip backend translations download in nightly build The nightly only builds the app (build-app), which does not merge backend translations — the shipped app fetches those from core at runtime. The backend Lokalise export is a whole-project download across all languages and the slowest part of the translations step. Skipping it, as the release already does, cuts several minutes off every nightly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * Decouple translations artifact into a parallel job The full translations (including the slow Lokalise backend/core export) are only needed for the uploaded `translations` artifact, not the wheel: build-app does not merge backend translations. Move that download and the artifact upload into a separate `translations` job that runs in parallel with the build, so the backend export no longer sits on the build's critical path. Both jobs run in the same workflow run, so consumers still find both the `wheels` and `translations` artifacts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
…
…
Home Assistant Frontend
This is the repository for the official Home Assistant frontend.
Development
- Initial setup:
script/setup - Development: Instructions
- Production build:
yarn build - 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.
Languages
TypeScript
98.1%
JavaScript
1.8%

