🍭 Frontend for Home Assistant
Go to file
Bram Kragten 1ebd13027c
20241127.2 (#23104)
2024-12-02 21:39:46 +01:00
.devcontainer Fix demo development inside a dev container (#21261) 2024-07-03 13:52:53 +02:00
.github Add node_modules cache in ci (#22826) 2024-11-26 19:08:28 +01:00
.husky Update dependency husky to v9.1.3 (#21443) 2024-07-30 07:44:43 +00:00
.vscode Rspack (#22807) 2024-11-26 14:49:13 +01:00
.yarn Update Yarn to v4.5.2 (#22986) 2024-11-25 08:19:52 +02:00
build-scripts Only use duration poly-fill when necessary (#23030) 2024-11-28 16:52:43 +01:00
cast Rspack (#22807) 2024-11-26 14:49:13 +01:00
demo Rspack (#22807) 2024-11-26 14:49:13 +01:00
docs
gallery Add horizontal swing to climate (#22043) 2024-11-27 15:10:11 +01:00
hassio Mark reset addon options dialog as destructive (#23009) 2024-11-26 21:16:13 +01:00
landing-page Rspack (#22807) 2024-11-26 14:49:13 +01:00
public Landing page (#22598) 2024-11-20 16:20:08 +00:00
script Rspack (#22807) 2024-11-26 14:49:13 +01:00
src Voice wizard local: Add error message, fix hostname (#23103) 2024-12-02 21:31:29 +01:00
test Only use duration poly-fill when necessary (#23030) 2024-11-28 16:52:43 +01:00
.browserslistrc Redefine browser requirements for modern (latest) builds (#16506) 2024-07-19 10:49:19 -04:00
.gitattributes
.gitignore Add unit tests for common/array files (#23006) 2024-11-27 10:02:24 +02:00
.gitmodules
.nvmrc Add some Renovate groups and enable NVM updates (#18559) 2023-11-07 11:53:47 +01: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.5.2 (#22986) 2024-11-25 08:19:52 +02:00
CLA.md
CODE_OF_CONDUCT.md
LICENSE.md
MANIFEST.in
README.md Add OHF logo to README (#22165) 2024-09-30 17:10:45 +02:00
eslint.config.mjs Rspack (#22807) 2024-11-26 14:49:13 +01:00
gulpfile.js Speed up and simplify translations build (#19988) 2024-04-12 12:49:18 +02:00
lint-staged.config.js Fix lint-staged with eslint v9 (#22880) 2024-11-19 14:03:38 +01:00
netlify.toml
package.json Use explicit duration format for state formatting (#23017) 2024-11-27 12:49:21 +01:00
prettier.config.js
pyproject.toml Bumped version to 20241127.2 2024-12-02 21:31:47 +01:00
renovate.json Migrate renovate config (#21594) 2024-08-06 10:08:09 +02:00
rspack.config.cjs Rspack (#22807) 2024-11-26 14:49:13 +01:00
tsconfig.json Update dependency prettier to v3.2.5 (#19711) 2024-02-12 22:53:41 +00:00
yarn.lock Use explicit duration format for state formatting (#23017) 2024-11-27 12:49:21 +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
  • Supervisor: Instructions

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