David F. MulcaheyandBram Kragten 5415068917 Rework the ZHA config panel (#4415)
* convert zha config panel to tabs

* add spacer to prevent combobox from hitting bottom

* break clusters out into their own section

* cleanup buttons

* remove header

* make devices default tab

* convert from tabs to a list view

* convert to table on dashboard

* fix anchor on mobile safari

* cleanup CSS to fix display on mobile

* cleanup card css

* more css cleanup

* fix group page

* remove translations changes

* Update src/panels/config/zha/zha-clusters.ts

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Update src/panels/config/zha/zha-config-dashboard.ts

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Update src/panels/config/zha/zha-device-page.ts

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* Update src/panels/config/zha/zha-groups-dashboard.ts

Co-Authored-By: Bram Kragten <mail@bramkragten.nl>

* review comments

* fix dangling quote after commit suggestion

* css cleanup

* remove flex rules

* remove flex rules

* css  cleanup

* remove dialog per review comments

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-08 18:35:21 +01:00
2019-12-02 17:39:39 +01:00
2019-11-27 13:51:03 -08:00
2019-11-01 13:15:11 -05:00
2020-01-08 18:35:21 +01:00
2019-09-11 12:46:57 -06:00
2020-01-08 17:25:54 +00:00
2018-05-17 17:51:07 -04:00
2019-09-08 23:51:30 -07:00
2019-09-08 23:39:37 -07:00
2019-01-23 11:06:24 -08:00
2019-09-03 12:56:11 +02:00
2019-04-30 12:16:41 -07:00
2017-01-22 16:21:16 -08:00
2019-05-02 11:35:46 -07:00
2019-12-09 12:24:36 -05:00
2018-09-19 15:15:16 +02:00
2019-11-21 15:05:42 +01:00
2020-01-08 18:26:20 +01:00
2019-01-26 19:34:07 -08:00
2019-12-09 12:40:11 -05:00

Home Assistant Polymer Build Status

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
  • 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 build Build all the project with one command
  • sh ./script/docker_run.sh bash Open 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.

We use BrowserStack to test Home Assistant on a large variation of devices.

S
Description
🍭 Polymer frontend for Home Assistant
Readme
144 MiB
Languages
TypeScript 93.4%
JavaScript 6.5%
Shell 0.1%