David F. Mulcahey 669358bf1a ZHA add devices page (#2969)
* zha add device page

add device join dialog stub

update dialog stub

fix spinner

add messages and devices to dialog

dialog updates

update dialog

update dialog

add debug info

fix reference

add header

update dialog

test zha gateway message subscription

add device join dialog stub

add messages and devices to dialog

dialog updates

update dialog

add debug info

update dialog

start transitioning to a page instead of a dialog

fix import

subpage

update router

remove old dialog handle

remove dialog parts

make add button call navigate

change extract page

add devices page

cleanup

* update device join page

* auto scroll log

* update css and add device page layout

* fix padding

* fix missing imports

* fix imports

* add -> permit

* left justify device cards to prevent jumping

* conditionally display entity ids

* cleanup

* fix vertical alignment

* review comments

* fix manufacturer overrides
2019-03-25 22:26:32 -05:00
2019-03-07 10:51:57 -08:00
2019-03-19 14:03:16 -07:00
2019-03-15 23:15:16 -07:00
2019-02-02 09:42:22 -08:00
2019-03-20 13:46:53 -07:00
2019-01-17 11:06:29 -08:00
2019-03-03 21:52:59 -08:00
2019-03-25 22:26:32 -05:00
2018-06-01 09:55:00 -04:00
2019-01-30 09:55:44 -08:00
2018-05-17 17:51:07 -04:00
2019-01-26 19:34:07 -08:00
2018-09-19 15:15:16 +02:00
2019-01-23 11:06:24 -08:00
2018-05-16 23:03:48 -04:00
2017-01-22 16:21:16 -08:00
2017-08-03 23:40:16 -07:00
2018-09-19 15:15:16 +02:00
2018-09-10 11:58:18 +02:00
2019-03-21 12:23:15 -07:00
2019-02-09 10:47:39 -08:00
2019-01-26 19:34:07 -08:00
2019-03-21 14:56:57 -07: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.

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