🍭 Frontend for Home Assistant
Go to file
dependabot[bot] c7e7e14f32
Bump eslint-plugin-lit from 1.6.1 to 1.8.2 (#15268)
* Bump eslint-plugin-lit from 1.6.1 to 1.8.2

Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.6.1 to 1.8.2.
- [Release notes](https://github.com/43081j/eslint-plugin-lit/releases)
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.6.1...v1.8.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-lit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Set new rules to warn for now

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
2023-02-03 04:29:33 +00:00
.devcontainer Bump devContainer image to python 3.10 (#15158) 2023-01-22 21:40:37 -05:00
.github Bump fullcalendar to 5.11.4 (#15223) 2023-01-30 12:28:53 +01: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 Bump yarn to 3.3.1 (#15166) 2023-01-23 19:25:04 +00:00
build-scripts Fix ES5 build and fix polyfill of Intl.Locale (#15322) 2023-02-02 20:20:23 +01:00
cast Add more alternative text to various images (#14932) 2023-01-22 22:47:12 -05:00
demo Fix ES5 build and fix polyfill of Intl.Locale (#15322) 2023-02-02 20:20:23 +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 Add aliases to areas (#15198) 2023-01-25 16:55:58 +01:00
hassio Add missing translations to Supervisor Wi-Fi network section (#14606) 2023-01-30 21:50:20 +01:00
public Add py.typed (#11865) 2022-02-26 13:03:12 -08:00
script Add script to setup translation fetching (#14481) 2022-12-01 09:00:29 -05:00
src Fix ES5 build and fix polyfill of Intl.Locale (#15322) 2023-02-02 20:20:23 +01:00
test Fix relative time above 22 hours (#15072) 2023-01-24 12:53:57 +00:00
.eslintrc.json Bump eslint-plugin-lit from 1.6.1 to 1.8.2 (#15268) 2023-02-03 04:29:33 +00: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 Bump yarn to 3.3.1 (#15166) 2023-01-23 19:25:04 +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 Gulpify build pipeline (#3145) 2019-05-02 11:35:46 -07:00
lint-staged.config.js Add precommit hook to deduplicate dependencies (#14609) 2022-12-14 12:11:58 +01: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 Bump eslint-plugin-lit from 1.6.1 to 1.8.2 (#15268) 2023-02-03 04:29:33 +00:00
pyproject.toml Bumped version to 20230202.0 2023-02-02 20:25:28 +01:00
rollup.config.js Rollup (#5995) 2020-05-22 23:05:47 -07:00
setup.cfg Support editable installs (#12838) 2022-06-28 17:25:21 -07:00
tsconfig.json Bump typescript, lint, prettier (#10108) 2021-09-30 12:39:03 +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 Bump eslint-plugin-lit from 1.6.1 to 1.8.2 (#15268) 2023-02-03 04:29:33 +00: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.