🍭 Frontend for Home Assistant
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
renovate[bot] 3e474daa32
Update dependency @lezer/highlight to v1.1.5 (#16638)
6 hours ago
.devcontainer Upgrade node to v18 (LTS) (#16589) 6 days ago
.github Use .nvmrc for GitHub actions (#16569) 6 days ago
.husky Use yarn to resolve lint-staged in pre-commit (#13470) 9 months ago
.vscode Revise vscode extensions (#14679) 6 months ago
.yarn Update Yarn to v3.5.1 (#16425) 3 weeks ago
build-scripts Correct Terser ECMA option (#16518) 2 weeks ago
cast Use key instead of keycode for key event (#16625) 2 days ago
demo Fix documentation form (#16601) 4 days ago
docs Saved 180 KB out of 865 KB. 23.9% per file on average (up to 85.6%) (#717) 6 years ago
gallery Support entity reg id in device automations (#15387) 3 days ago
hassio Use key instead of keycode for key event (#16625) 2 days ago
public Update more info light actions (#16512) 2 weeks ago
script Upgrade node to v18 (LTS) (#16589) 6 days ago
src Add a description for time condition (#16499) 7 hours ago
test Use Babel runtime for helpers and regenerator (33%+ bundle reduction) (#16466) 3 weeks ago
.browserslistrc Redefine browser requirements for legacy (ES5) builds (#16384) 3 weeks ago
.eslintrc.json Make module types explicit and convert some to ESM (#15964) 2 months ago
.gitattributes Add image to demo media player (#5086) 3 years ago
.gitignore Bump @material components to 0.27 (#15000) 4 months ago
.gitmodules Initial getting rid of HA-JS (#180) 6 years ago
.nvmrc Upgrade node to v18 (LTS) (#16589) 6 days ago
.prettierignore Don't bundle locale data, but add to static (#10119) 2 years ago
.yarnrc.yml Update Yarn to v3.5.1 (#16425) 3 weeks ago
CLA.md Update LICENSE.md and CLA.md to reflect the new Apache 2.0 license 6 years ago
CODE_OF_CONDUCT.md Update Code of Conduct to 2.0 (#6048) 3 years ago
LICENSE.md Update LICENSE.md and CLA.md to reflect the new Apache 2.0 license 6 years ago
MANIFEST.in Move to `setup.cfg` and config for `build-system` (#11484) 1 year ago
README.md Input conversion in dev tools (#11795) 1 year ago
gulpfile.js Make module types explicit and convert some to ESM (#15964) 2 months ago
lint-staged.config.js Make module types explicit and convert some to ESM (#15964) 2 months ago
netlify.toml Use browser default time and number formatting with polyfills if needed (#9481) 2 years ago
package.json Update dependency @lezer/highlight to v1.1.5 (#16638) 6 hours ago
pyproject.toml Bumped version to 20230526.0 2 days ago
renovate.json Reconfigure Renovate (#15743) 3 months ago
rollup.config.js Make module types explicit and convert some to ESM (#15964) 2 months ago
setup.cfg Support editable installs (#12838) 11 months ago
tsconfig.json Use Babel runtime for helpers and regenerator (33%+ bundle reduction) (#16466) 3 weeks ago
web-dev-server.config.js Make module types explicit and convert some to ESM (#15964) 2 months ago
webpack.config.cjs Make module types explicit and convert some to ESM (#15964) 2 months ago
yarn.lock Update dependency @lezer/highlight to v1.1.5 (#16638) 6 hours ago

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.