mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
ed9dff99d3c0b4f0c8fe7eeea05fbb2d5b927d8c
* wip * added input list editor * input label configurable, variables renamed * new input field working as expected now * fix lint issues * fix lint issues * fix lint issues and code clean-up * fix lint issues * uses property decorator now * change the way css is included * moved heading from input list editor to map card editor * moved styling of input list editor to map card editor * stopped propagating event * return new value in event instead of changing the input value * added button to clear value; consolidate value when leaving input field * fix lint issues * fix lint issues * using customElement decorator * fix lint issues
Home Assistant Polymer 
This is the repository for the official Home Assistant frontend.
- View demo of the Polymer frontend
- More information about Home Assistant
- Frontend development instructions
Development
- Initial setup:
script/setup - Development: Instructions
- Production build:
script/build_frontend - Gallery:
cd gallery && script/develop_gallery - Hass.io: 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.
Docker environment
It is possible to compile the project and/or run commands in the development environment having only the Docker pre-installed in the system. On the root of project you can do:
sh ./script/docker_run.sh buildBuild all the project with one commandsh ./script/docker_run.sh bashOpen an interactive shell (the same environment generated by the classic environment) where you can run commands. This bash work on your project directory and any change on your file is automatically present within your build bash.
Note: if you have installed npm in addition to the docker, you can use the commands npm run docker_build and npm run bash to get a full build or bash as explained above
License
Home Assistant is open-source and Apache 2 licensed. Feel free to browse the repository, learn and reuse parts in your own projects.
Description
Languages
TypeScript
98.8%
JavaScript
1.1%
