🍭 Frontend for Home Assistant
 
 
Go to file
Aidan Timson b5d61d4041
Format
2026-03-24 10:50:30 +00:00
.devcontainer Fixup dev container (#29376) 2026-02-04 08:33:39 +02:00
.github Bump release-drafter/release-drafter from 7.0.0 to 7.1.1 (#30270) 2026-03-23 07:15:32 +01:00
.husky Update dependency lint-staged to v16 (#25463) 2025-06-03 19:18:39 +00:00
.vscode Remove supervisor build (#29132) 2026-01-22 13:30:33 +01:00
.yarn Update Yarn to v4.13.0 (#30258) 2026-03-23 07:16:43 +01:00
build-scripts Update formatjs monorepo (#30256) 2026-03-23 17:46:08 +01:00
cast Simplify mock entities in demo (#29960) 2026-03-04 11:22:35 +02:00
demo Demo fixes (#30105) 2026-03-12 08:53:25 +01:00
docs
gallery fix ha-input styles (#30225) 2026-03-22 09:13:59 +01:00
landing-page Simplify dialogs (#29848) 2026-03-08 16:27:04 +01:00
public Add welcome banner for new overview dashboard (#29223) 2026-01-28 18:46:22 +01:00
script Fixup dev container (#29376) 2026-02-04 08:33:39 +02:00
src Format 2026-03-24 10:50:30 +00:00
test Cleanup 2026-03-24 10:50:29 +00:00
.browserslistrc Drop support for IE 11 and Samsung 4 (#23234) 2024-12-10 10:35:33 +01:00
.gitattributes
.gitignore Ignore all node_modules, not just from root dir (#28959) 2026-01-13 13:51:54 +01:00
.gitmodules
.nvmrc Update Node.js to v24.14.0 (#29831) 2026-02-25 19:25:42 +00:00
.prettierignore Make pull request template more in line with core (#17441) 2023-09-21 17:23:31 +02:00
.yarnrc.yml Update Yarn to v4.13.0 (#30258) 2026-03-23 07:16:43 +01:00
AGENTS.md Update LLM instructions to recent codebase changes (#28017) 2025-11-20 17:59:56 +00:00
CLA.md
CLAUDE.md Add initial instructions file for GitHub Copilot and Claude Code (#25967) 2025-06-27 18:06:23 +02:00
CODEOWNERS Revert "Add Mobile team and design has codeowner of the theme colors" (#26432) 2025-08-07 15:06:41 +02:00
CODE_OF_CONDUCT.md
LICENSE.md
MANIFEST.in Move to `setup.cfg` and config for `build-system` (#11484) 2022-01-28 21:18:17 -08:00
README.md Remove supervisor build (#29132) 2026-01-22 13:30:33 +01:00
eslint.config.mjs Fix invalid attribute values (#29639) 2026-02-16 15:33:24 +02:00
gulpfile.js Fix ERR_REQUIRE_ASYNC_MODULE error when executing gulp (#23687) 2025-01-14 11:29:34 +01:00
lint-staged.config.js Replace deprecated ESLint flag to remove warning (#26630) 2025-08-21 04:43:17 +00:00
netlify.toml Use browser default time and number formatting with polyfills if needed (#9481) 2021-09-29 23:34:52 +00:00
package.json Update formatjs monorepo (#30256) 2026-03-23 17:46:08 +01:00
prettier.config.js Prettier one line format in style .globals.ts files (#26991) 2025-09-10 14:54:34 +02:00
pyproject.toml Bump codespace to Python 3.14 (#29316) 2026-02-02 09:52:07 +02:00
renovate.json date-range-picker with cally (#30193) 2026-03-19 10:30:15 +00:00
rspack.config.cjs Update ts-eslint (#23723) 2025-01-14 11:24:02 +01:00
tsconfig.json Update formatjs monorepo (major) (#28619) 2025-12-19 18:58:38 +00:00
yarn.lock Update formatjs monorepo (#30256) 2026-03-23 17:46:08 +01:00

README.md

Home Assistant Frontend

This is the repository for the official Home Assistant frontend.

Screenshot of the 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.

Home Assistant - A project from the Open Home Foundation