Go to file
Paulus Schoutsen 0049be7feb
Allow developing with @web/dev-server (#7782)
2020-11-23 13:05:18 +01:00
.devcontainer Devcontainer (#7697) 2020-11-16 16:53:47 +01:00
.github Make PR template more discussion-friendly (#7622) 2020-11-09 23:05:44 +01:00
.vscode Devcontainer (#7697) 2020-11-16 16:53:47 +01:00
build-scripts Allow developing with @web/dev-server (#7782) 2020-11-23 13:05:18 +01:00
cast Make <ha-card> use <h1> for header (#7373) 2020-10-17 23:22:56 +02:00
demo Drop webpackChunkName (#7778) 2020-11-23 10:39:40 +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 Align gallery code + fix icon in entity-icon demo (#7754) 2020-11-21 14:28:25 +01:00
hassio Drop webpackChunkName (#7778) 2020-11-23 10:39:40 +01:00
public Remove conference banner (#7731) 2020-11-19 10:46:52 +01:00
script Devcontainer (#7697) 2020-11-16 16:53:47 +01:00
src Allow developing with @web/dev-server (#7782) 2020-11-23 13:05:18 +01:00
test-mocha Refactor brands url to single location (#7613) 2020-11-10 15:25:06 +01:00
translations [ci skip] Translation update 2020-11-23 00:32:47 +00:00
.eslintrc.json Add scoring and sorting to sequence matcher (#7367) 2020-10-20 09:01:16 -07: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 Fix syntax error (#7402) 2020-10-20 15:09:27 +02:00
azure-pipelines-netlify.yml Update azure-pipelines-netlify.yml for Azure Pipelines 2020-04-03 18:52:44 +02:00
azure-pipelines-release.yml Update azure-pipelines-release.yml for Azure Pipelines 2020-04-04 13:03:14 +02:00
azure-pipelines-translation.yml Update azure-pipelines-translation.yml for Azure Pipelines 2020-03-06 14:38:19 +01:00
gulpfile.js Gulpify build pipeline (#3145) 2019-05-02 11:35:46 -07:00
package.json Allow developing with @web/dev-server (#7782) 2020-11-23 13:05:18 +01:00
rollup.config.js Rollup (#5995) 2020-05-22 23:05:47 -07:00
setup.py Bumped version to 20201111.0 2020-11-11 15:17:21 +01: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 Allow developing with @web/dev-server (#7782) 2020-11-23 13:05:18 +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
  • Hass.io: 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.