🍭 Frontend for Home Assistant
Go to file
Steve Repsher 06db338a15
Upgrade node to v18 (LTS) (#16589)
2023-05-22 10:38:24 +02:00
.devcontainer Upgrade node to v18 (LTS) (#16589) 2023-05-22 10:38:24 +02:00
.github Bump home-assistant/wheels from 2022.10.1 to 2023.04.0 (#16284) 2023-04-24 11:10:41 +02:00
.husky Use yarn to resolve lint-staged in pre-commit (#13470) 2022-08-24 09:27:35 -04:00
.vscode Revise vscode extensions (#14679) 2022-12-12 10:51:25 +01:00
.yarn Update Yarn to v3.5.1 (#16425) 2023-05-05 14:48:45 +00:00
build-scripts Correct Terser ECMA option (#16518) 2023-05-15 09:54:59 +02:00
cast Use Babel runtime for helpers and regenerator (33%+ bundle reduction) (#16466) 2023-05-08 14:47:53 +02:00
demo Move globalThis polyfill to compatibility, add more compatibility (#16386) 2023-05-04 15:49:28 +02:00
docs Saved 180 KB out of 865 KB. 23.9% per file on average (up to 85.6%) (#717) 2017-12-05 22:56:14 -08:00
gallery Remove polymer types, cleanups (#16385) 2023-05-04 15:24:24 +00:00
hassio fix supervisor ingress routing (#16474) 2023-05-10 16:03:19 +02:00
public Update more info light actions (#16512) 2023-05-12 00:17:02 +02:00
script Upgrade node to v18 (LTS) (#16589) 2023-05-22 10:38:24 +02:00
src Add support for external assist (#16556) 2023-05-20 21:37:08 -04:00
test Use Babel runtime for helpers and regenerator (33%+ bundle reduction) (#16466) 2023-05-08 14:47:53 +02:00
.browserslistrc Redefine browser requirements for legacy (ES5) builds (#16384) 2023-05-04 16:33:13 +02:00
.eslintrc.json Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02:00
.gitattributes Add image to demo media player (#5086) 2020-03-06 13:44:59 +01:00
.gitignore Bump @material components to 0.27 (#15000) 2023-01-17 15:25:43 +01:00
.gitmodules Initial getting rid of HA-JS (#180) 2017-01-29 18:34:45 -08:00
.nvmrc Upgrade node to v18 (LTS) (#16589) 2023-05-22 10:38:24 +02:00
.prettierignore Don't bundle locale data, but add to static (#10119) 2021-10-01 07:58:02 -07:00
.yarnrc.yml Update Yarn to v3.5.1 (#16425) 2023-05-05 14:48:45 +00:00
CLA.md Update LICENSE.md and CLA.md to reflect the new Apache 2.0 license 2017-01-28 12:12:30 -08:00
CODE_OF_CONDUCT.md Update Code of Conduct to 2.0 (#6048) 2020-05-25 16:35:57 -07:00
LICENSE.md Update LICENSE.md and CLA.md to reflect the new Apache 2.0 license 2017-01-28 12:12:30 -08:00
MANIFEST.in Move to `setup.cfg` and config for `build-system` (#11484) 2022-01-28 21:18:17 -08:00
README.md Input conversion in dev tools (#11795) 2022-02-23 15:24:00 +01:00
gulpfile.js Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02:00
lint-staged.config.js Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02: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 dependency sinon to v15.1.0 (#16587) 2023-05-21 22:25:40 -04:00
pyproject.toml Bumped version to 20230503.1 2023-05-03 16:14:23 +02:00
renovate.json Reconfigure Renovate (#15743) 2023-03-05 21:23:13 +01:00
rollup.config.js Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02:00
setup.cfg Support editable installs (#12838) 2022-06-28 17:25:21 -07:00
tsconfig.json Use Babel runtime for helpers and regenerator (33%+ bundle reduction) (#16466) 2023-05-08 14:47:53 +02:00
web-dev-server.config.js Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02:00
webpack.config.cjs Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02:00
yarn.lock Update dependency sinon to v15.1.0 (#16587) 2023-05-21 22:25:40 -04: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.