🍭 Frontend for Home Assistant
 
 
Go to file
Bram Kragten 06877cbaaa
Replace `softprops/action-gh-release` with `gh release upload` (#30362)
`replace softprops/action-gh-release` with `gh release upload`
2026-03-26 17:39:38 +01:00
.devcontainer Fixup dev container (#29376) 2026-02-04 08:33:39 +02:00
.github Replace `softprops/action-gh-release` with `gh release upload` (#30362) 2026-03-26 17:39:38 +01:00
.husky
.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 Update Figma DesignKit link (#30342) 2026-03-26 09:47:31 +00: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 Show device name prefix in entity name field (#30358) 2026-03-26 17:13:24 +01:00
test Replace computeLovelaceEntityName with hass.formatEntityName (#30351) 2026-03-26 17:01:26 +01:00
.browserslistrc
.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.1 (#30309) 2026-03-25 08:19:06 +02:00
.prettierignore
.yarnrc.yml Update Yarn to v4.13.0 (#30258) 2026-03-23 07:16:43 +01:00
AGENTS.md
CLA.md
CLAUDE.md
CODEOWNERS
CODE_OF_CONDUCT.md
LICENSE.md
MANIFEST.in
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
lint-staged.config.js
netlify.toml
package.json Replace ua-parser-js with simple regexs (#30355) 2026-03-26 14:48:05 +00:00
prettier.config.js
pyproject.toml Bumped version to 20260325.0 2026-03-25 16:51:43 +01:00
renovate.json date-range-picker with cally (#30193) 2026-03-19 10:30:15 +00:00
rspack.config.cjs
tsconfig.json Update formatjs monorepo (major) (#28619) 2025-12-19 18:58:38 +00:00
yarn.lock Replace ua-parser-js with simple regexs (#30355) 2026-03-26 14:48:05 +00: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