Go to file
Bram Kragten aaa50b4d1d
Don't add toast to history (#8915)
2021-04-14 12:01:42 -07:00
.devcontainer Update container port (#8352) 2021-02-08 16:09:40 +01:00
.github Fix localize action (#8519) 2021-03-02 20:45:35 +01:00
.vscode Devcontainer (#7697) 2020-11-16 16:53:47 +01:00
build-scripts 🌐 Add MVP for translation in the Supervisor panel (#8425) 2021-03-02 00:37:39 +01:00
cast Create number formatting options on the profile panel (#7925) 2021-03-28 18:32:48 +02:00
demo Various demo tweaks + cleanups (#8229) 2021-01-25 10:52:59 +01: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 Fix failed conditions reason (#8870) 2021-04-08 23:01:12 -07:00
hassio Increase supervisor metric value span width to account for blank (#8885) 2021-04-12 23:02:09 +02:00
public Add screenshot for manifest (#8753) 2021-03-29 13:12:55 -07:00
script Make version number based on UTC time (#8796) 2021-04-01 15:33:11 -07:00
src Don't add toast to history (#8915) 2021-04-14 12:01:42 -07:00
test-mocha Update fuzzy scorer from VSCode (#8793) 2021-04-05 12:15:09 -07:00
translations Translation update 2021-04-14 00:48:24 +00:00
.eslintrc.json Add filtering by related entity + fixes (#8801) 2021-04-02 20:35:28 +02:00
.gitattributes Add image to demo media player (#5086) 2020-03-06 13:44:59 +01:00
.gitignore Allow dismissing (#7712) 2020-11-17 16:14:37 +01:00
.gitmodules Initial getting rid of HA-JS (#180) 2017-01-29 18:34:45 -08:00
.nvmrc Use Node 12 (#3141) 2019-04-30 12:16:41 -07:00
.prettierignore Some fixes for icons (#5758) 2020-05-06 14:18:10 -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
package.json Bump typescript to 4.2.4 (#8876) 2021-04-14 12:00:24 -07:00
rollup.config.js Rollup (#5995) 2020-05-22 23:05:47 -07:00
setup.py Bumped version to 20210407.1 2021-04-07 16:21:07 +02:00
tsconfig.json Introduce dark mode and primary color picker (#6430) 2020-08-03 02:07:12 +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 typescript to 4.2.4 (#8876) 2021-04-14 12:00:24 -07: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.