🍭 Frontend for Home Assistant
 
 
Go to file
dependabot[bot] 634e1dbde8
Bump softprops/action-gh-release from 2.2.2 to 2.3.2 (#25795)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.2.2...v2.3.2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 11:03:16 +03:00
.devcontainer Add typography styles (#25171) 2025-04-28 16:04:47 +03:00
.github Bump softprops/action-gh-release from 2.2.2 to 2.3.2 (#25795) 2025-06-16 11:03:16 +03:00
.husky Update dependency lint-staged to v16 (#25463) 2025-06-03 19:18:39 +00:00
.vscode Add typography styles (#25171) 2025-04-28 16:04:47 +03:00
.yarn Update Yarn to v4.9.2 (#25714) 2025-06-07 09:09:11 +02:00
build-scripts Always use target ES2021 (#25170) 2025-04-25 09:04:05 +00:00
cast Use `ha-line-height` css tokens in codebase (#25468) 2025-05-15 11:57:17 +02:00
demo Fix sidebar loading and demo (#25606) 2025-05-27 10:22:04 +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 Use `ha-line-height` css tokens in codebase (#25468) 2025-05-15 11:57:17 +02:00
hassio Unified safe area (insets) for Android and iOS (#24689) 2025-05-22 08:11:04 +03:00
landing-page Use list item for entity picker (#25176) 2025-04-29 13:30:32 +02:00
public Improved new dashboard dialog (#25676) 2025-06-14 10:55:14 +02:00
script Improve develop and serve (#23990) 2025-01-31 15:50:15 +02:00
src Remove Google Assistant link (#25780) 2025-06-15 17:17:38 +03:00
test Add navigate command to the external bus (#25516) 2025-05-19 13:22:19 +00:00
.browserslistrc Drop support for IE 11 and Samsung 4 (#23234) 2024-12-10 10:35:33 +01:00
.gitattributes Add image to demo media player (#5086) 2020-03-06 13:44:59 +01:00
.gitignore Add unit tests for common/array files (#23006) 2024-11-27 10:02:24 +02:00
.gitmodules Initial getting rid of HA-JS (#180) 2017-01-29 18:34:45 -08:00
.nvmrc Add some Renovate groups and enable NVM updates (#18559) 2023-11-07 11:53:47 +01:00
.prettierignore Make pull request template more in line with core (#17441) 2023-09-21 17:23:31 +02:00
.yarnrc.yml Update Yarn to v4.9.2 (#25714) 2025-06-07 09:09:11 +02: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 Add OHF logo to README (#22165) 2024-09-30 17:10:45 +02:00
eslint.config.mjs Replace paper item in sidebar (#24883) 2025-04-10 18:32:38 +02:00
gulpfile.js Fix ERR_REQUIRE_ASYNC_MODULE error when executing gulp (#23687) 2025-01-14 11:29:34 +01:00
lint-staged.config.js Fix typo in lint config (#25419) 2025-05-10 13:22:25 +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 dependency sinon to v21 (#25794) 2025-06-16 08:53:23 +03:00
prettier.config.js Update dependency prettier to v3 (#17215) 2023-07-14 17:40:17 +00:00
pyproject.toml Bumped version to 20250430.0 2025-04-30 12:35:26 +02:00
renovate.json Update tsparticles to use new repo (#24688) 2025-03-24 09:26:51 +00:00
rspack.config.cjs Update ts-eslint (#23723) 2025-01-14 11:24:02 +01:00
tsconfig.json Use SWC for typescript, update to Lit 3, migrate decorators (#25150) 2025-04-24 14:10:35 +02:00
yarn.lock Update dependency sinon to v21 (#25794) 2025-06-16 08:53:23 +03: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.

Home Assistant - A project from the Open Home Foundation