Go to file
Philip Allgaier 1f7d4c25d4
Add word wrap to device model and manufacturer (#10941)
2021-12-20 10:24:44 +01:00
.devcontainer Update container port (#8352) 2021-02-08 16:09:40 +01:00
.github Don't bundle locale data, but add to static (#10119) 2021-10-01 07:58:02 -07:00
.vscode Devcontainer (#7697) 2020-11-16 16:53:47 +01:00
.yarn Bump and patch material elements (#10406) 2021-10-26 16:39:35 +02:00
build-scripts Add SmartStart/QR scan support for Z-Wave JS (#10726) 2021-12-01 14:12:52 -08:00
cast Send error message to sender (#10660) 2021-11-19 13:22:49 -08:00
demo Use backend for day month stats in energy dashboard (#10728) 2021-11-30 09:22:06 -08: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 hardware version to the device info card (#10914) 2021-12-16 05:16:23 -06:00
hassio Disable repository removal if used for installed add-ons (#10922) 2021-12-17 22:21:46 -08:00
public Add screenshot for manifest (#8753) 2021-03-29 13:12:55 -07:00
script Change path for codespaces (#9484) 2021-06-30 15:58:01 +02:00
src Add word wrap to device model and manufacturer (#10941) 2021-12-20 10:24:44 +01:00
test Allow trigger reconnect from external bus (#10819) 2021-12-09 13:30:20 -08:00
translations Update translations 2021-11-08 19:58:29 +01: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 Inline mdi icons with babel plugin + bump build deps (#9498) 2021-07-12 09:26:07 -07:00
.prettierignore Don't bundle locale data, but add to static (#10119) 2021-10-01 07:58:02 -07:00
.yarnrc.yml Bump yarn to v3 (#10104) 2021-09-29 15:57:50 -07: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 Support serving ES6 JS to clients (#596) 2017-11-10 09:05:37 -08:00
README.md Update entry (#7978) 2020-12-15 09:49:26 +01:00
gulpfile.js Gulpify build pipeline (#3145) 2019-05-02 11:35:46 -07:00
lint-staged.config.js Inline mdi icons with babel plugin + bump build deps (#9498) 2021-07-12 09:26:07 -07: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 Force reconnect when triggered from external bus (#10938) 2021-12-20 09:59:45 +01:00
rollup.config.js Rollup (#5995) 2020-05-22 23:05:47 -07:00
setup.py Bumped version to 20211215.0 2021-12-15 13:36:34 +01: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 Force reconnect when triggered from external bus (#10938) 2021-12-20 09:59:45 +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.