🍭 Frontend for Home Assistant
Go to file
Bram Kragten 394d8ddd6c
20240927.0 (#22138)
2024-09-27 17:28:42 +02:00
.devcontainer Fix demo development inside a dev container (#21261) 2024-07-03 13:52:53 +02:00
.github Bump actions/setup-node from 4.0.3 to 4.0.4 (#22057) 2024-09-23 09:37:25 +02:00
.husky Update dependency husky to v9.1.3 (#21443) 2024-07-30 07:44:43 +00:00
.vscode Expand use of prettier to all tracked files (#17311) 2023-07-18 17:16:33 +02:00
.yarn Update Yarn to v4.5.0 (#22012) 2024-09-17 18:14:13 +02:00
build-scripts Migrate add/edit resources dialog to @material/web (#21933) 2024-09-16 12:27:13 +00:00
cast Fix typo (#22086) 2024-09-25 18:02:34 +00:00
demo Add UI support for trigger list (#22133) 2024-09-27 16:56:22 +02:00
docs
gallery Add UI support for trigger list (#22133) 2024-09-27 16:56:22 +02:00
hassio Add password field element (#22121) 2024-09-27 12:34:28 +02:00
public Voice setup feedback (#22134) 2024-09-27 16:56:38 +02:00
script Bring back backend translations in devcontainer (#19793) 2024-02-16 12:41:53 -05:00
src Reuse flatten logic for trigger ids condition (#22136) 2024-09-27 17:18:06 +02:00
test Bake numeric device classes into formatEntityState (#19878) 2024-05-24 16:17:23 +02:00
.browserslistrc Redefine browser requirements for modern (latest) builds (#16506) 2024-07-19 10:49:19 -04:00
.eslintrc.json Remove eslint-plugin-disable (#20902) 2024-05-30 09:49:40 +02:00
.gitattributes
.gitignore Typo automation (#18266) 2023-10-18 13:42:30 +00: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.0 (#22012) 2024-09-17 18:14:13 +02:00
CLA.md
CODE_OF_CONDUCT.md
LICENSE.md
MANIFEST.in
README.md
gulpfile.js Speed up and simplify translations build (#19988) 2024-04-12 12:49:18 +02:00
lint-staged.config.js Implement more attribute icons (#19469) 2024-01-19 20:55:16 +01:00
netlify.toml
package.json Update dependency @rollup/plugin-node-resolve to v15.2.4 (#22092) 2024-09-26 09:48:41 +02:00
prettier.config.js
pyproject.toml Bumped version to 20240927.0 2024-09-27 17:15:57 +02:00
renovate.json Migrate renovate config (#21594) 2024-08-06 10:08:09 +02:00
rollup.config.js
tsconfig.json Update dependency prettier to v3.2.5 (#19711) 2024-02-12 22:53:41 +00:00
web-dev-server.config.js
webpack.config.cjs
yarn.lock Update dependency @rollup/plugin-node-resolve to v15.2.4 (#22092) 2024-09-26 09:48:41 +02: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.