1
0
Fork 0
mirror of synced 2025-12-04 16:24:51 -05:00
No description
Find a file
renovate[bot] cca4cc512b
Update dependency @rsdoctor/rspack-plugin to v1.3.12 (#28350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-04 14:54:27 +00:00
.devcontainer Add typography styles (#25171) 2025-04-28 16:04:47 +03:00
.github Bump home-assistant/wheels from 2025.10.0 to 2025.11.0 (#28251) 2025-12-01 08:53:24 +02: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.12.0 (#28134) 2025-11-26 13:02:35 +01:00
build-scripts Add more info to the energy demo (#28316) 2025-12-03 20:46:59 +01:00
cast Update dependency prettier to v3.7.1 (#28239) 2025-11-30 13:33:41 +00:00
demo Add more info to the energy demo (#28316) 2025-12-03 20:46: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 Always set ha-wa-dialog position to fixed (#28301) 2025-12-03 10:11:54 +00:00
hassio Update dependency prettier to v3.7.1 (#28239) 2025-11-30 13:33:41 +00:00
landing-page Fix auth language picker styles (#27805) 2025-11-05 10:54:36 +01:00
public Remove experimental dashboard strategies (#28109) 2025-11-25 17:40:17 +01:00
script Correct lokalise docker image (#26267) 2025-07-23 13:11:57 +02:00
src Append current state to power-sources-graph (#28330) 2025-12-04 10:18:48 +01:00
test Clean reference to floor compare (#28269) 2025-12-01 16:47:09 +02: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 Claude to gitignore (#25966) 2025-06-27 15:59:14 +02:00
.gitmodules Initial getting rid of HA-JS (#180) 2017-01-29 18:34:45 -08:00
.nvmrc Update Node.js to v22.21.1 (#27686) 2025-10-28 19:46:07 +00: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.12.0 (#28134) 2025-11-26 13:02:35 +01:00
AGENTS.md Update LLM instructions to recent codebase changes (#28017) 2025-11-20 17:59:56 +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
CLAUDE.md Add initial instructions file for GitHub Copilot and Claude Code (#25967) 2025-06-27 18:06:23 +02:00
CODE_OF_CONDUCT.md Update Code of Conduct to 2.0 (#6048) 2020-05-25 16:35:57 -07:00
CODEOWNERS Revert "Add Mobile team and design has codeowner of the theme colors" (#26432) 2025-08-07 15:06:41 +02:00
eslint.config.mjs Update dependency eslint-plugin-lit-a11y to v5 (#25718) 2025-06-17 09:06:44 +03:00
gulpfile.js Fix ERR_REQUIRE_ASYNC_MODULE error when executing gulp (#23687) 2025-01-14 11:29:34 +01: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
lint-staged.config.js Replace deprecated ESLint flag to remove warning (#26630) 2025-08-21 04:43:17 +00:00
MANIFEST.in Move to setup.cfg and config for build-system (#11484) 2022-01-28 21:18:17 -08: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 @rsdoctor/rspack-plugin to v1.3.12 (#28350) 2025-12-04 14:54:27 +00:00
prettier.config.js Prettier one line format in style .globals.ts files (#26991) 2025-09-10 14:54:34 +02:00
pyproject.toml Bumped version to 20251203.0 2025-12-03 15:31:03 +01:00
README.md Add OHF logo to README (#22165) 2024-09-30 17:10:45 +02:00
renovate.json Migrate renovate config (#27426) 2025-10-09 20:26:31 +02: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 @rsdoctor/rspack-plugin to v1.3.12 (#28350) 2025-12-04 14:54:27 +00:00

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