Go to file
Bram Kragten 728b16918b
rtl
2023-05-02 14:44:22 +02:00
.devcontainer Bump devContainer image to python 3.10 (#15158) 2023-01-22 21:40:37 -05: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.0 (#15879) 2023-03-19 21:40:00 +00:00
build-scripts List Core JS polyfills for browserslist environments (#16356) 2023-05-01 14:47:57 +02:00
cast Streamline HTML generation and consolidate templates (#16117) 2023-04-20 11:10:12 +02:00
demo Add module preload to demo page (#16274) 2023-04-24 11:27:40 +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 Fix options typo for ha-form in gallery (#16305) 2023-04-25 19:59:58 +00:00
hassio Clean up imports for some layouts (#16365) 2023-05-01 20:34:21 +02:00
public Add py.typed (#11865) 2022-02-26 13:03:12 -08:00
script Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02:00
src rtl 2023-05-02 14:44:22 +02:00
test Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +02:00
.browserslistrc Add browserslist config and use for Babel preset environment (#16267) 2023-04-24 11:28:27 +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 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 to v3.5.0 (#15879) 2023-03-19 21:40:00 +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 vaadinWebComponents monorepo to v23.3.11 (#16289) 2023-04-24 11:55:11 +00:00
pyproject.toml Bumped version to 20230501.0 2023-05-01 19:54:40 +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 Make module types explicit and convert some to ESM (#15964) 2023-03-30 11:23:43 +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 Bump yaml from 2.2.1 to 2.2.2 (#16310) 2023-04-27 10:12:03 +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.