🍭 Frontend for Home Assistant
Go to file
uvjustin 5d4c090b26
Bump hls.js to v1.2.3 (#13718)
2022-09-13 20:15:01 +02:00
.devcontainer Add WORKSPACE_DIRECTORY environment variable to devcontainer and script.core (#11477) 2022-02-12 07:30:19 +01:00
.github Fix netlify demo deploy (#13611) 2022-09-05 20:24:09 -04:00
.husky Use yarn to resolve lint-staged in pre-commit (#13470) 2022-08-24 09:27:35 -04:00
.vscode Use supervisor envs instead of hassio (#12812) 2022-05-30 12:46:43 +02:00
.yarn Update yarn (#11812) 2022-02-23 22:08:43 +01:00
build-scripts Fix script/size_stats 2022-08-30 21:53:17 -04:00
cast Add redirects to cast to catch some common mistakes in custom cards (#12808) 2022-05-26 23:58:54 +02:00
demo Move recorder statistics API to data/recorder.ts (#13672) 2022-09-12 13:23:02 +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 Add remove, delete, add and create guidelines (#13593) 2022-09-05 18:28:54 +02:00
hassio Catch reload issues (#13487) 2022-08-25 15:02:30 +02:00
public Add py.typed (#11865) 2022-02-26 13:03:12 -08:00
script Add nightly frontend builds (#13061) 2022-07-01 14:30:40 -07:00
src fix: add previous repeat action configuration on change (#13717) 2022-09-13 20:00:20 +02:00
test Revert #10991 (#12618) 2022-05-07 02:48:57 +00:00
translations Update translations 2022-09-06 01:26:34 +02:00
.eslintrc.json Guard icon db check on hassio (#10181) 2021-10-07 10:31:47 +00:00
.gitattributes Add image to demo media player (#5086) 2020-03-06 13:44:59 +01:00
.gitignore Don't bundle locale data, but add to static (#10119) 2021-10-01 07:58:02 -07:00
.gitmodules Initial getting rid of HA-JS (#180) 2017-01-29 18:34:45 -08:00
.nvmrc Bump node to 16 (#13221) 2022-07-19 11:39:08 +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 (#11812) 2022-02-23 22:08:43 +01: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 Gulpify build pipeline (#3145) 2019-05-02 11:35:46 -07:00
lint-staged.config.js Bump husky & lint-staged and prevent translation edits (#13392) 2022-08-17 08:09:07 -04: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 Bump hls.js to v1.2.3 (#13718) 2022-09-13 20:15:01 +02:00
pyproject.toml Bumped version to 20220907.0 2022-09-07 16:33:01 +02:00
rollup.config.js Rollup (#5995) 2020-05-22 23:05:47 -07:00
setup.cfg Support editable installs (#12838) 2022-06-28 17:25:21 -07:00
tsconfig.json Bump typescript, lint, prettier (#10108) 2021-09-30 12:39:03 +02:00
web-dev-server.config.js Allow developing with @web/dev-server (#7782) 2020-11-23 13:05:18 +01:00
webpack.config.js Fix translations in production builds (#5192) 2020-03-13 10:19:32 -07:00
yarn.lock Bump hls.js to v1.2.3 (#13718) 2022-09-13 20:15:01 +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.