Ian Richardson 4c5d3138c1 UI Editor for picture card (#2240)
* UI Editor for `picture` card

This is a WIP.
* How should I handle service data? It's kind of freeform and I don't really have a good idea on what I should do.
* in action-editor I have two issues for `_navigation_path` and `_service` have TS errors saying the property doesn't exist on `ToggleActionConfig`. Not sure why that is the only type it is looking at. Should I be checking the type somewhere?

* Remove `id`

* Cleanup. Service-data still WIP

* Could use some help on service_data

* Perhaps a better/more structured method?

* Revert "Perhaps a better/more structured method?"

This reverts commit 1e1a1e44c16a18c5ffc380347cffd01e7fad52f9.

* Just playing around

* MVP doesn't include service data

* Address review comments

* Address review comments

* Name chunk and remove when unused

* Remove `more-info` action option

* Address review comments
2018-12-18 17:25:56 +01:00
2018-07-10 10:21:24 +02:00
2018-10-17 13:58:24 +02:00
2017-07-13 09:08:26 -07:00
2018-11-20 16:16:54 +01:00
2018-08-21 08:59:54 +02:00
2018-12-06 12:43:43 +01:00
2018-12-18 17:25:56 +01:00
2018-06-01 09:55:00 -04:00
2018-12-11 10:28:12 +01:00
2018-05-17 17:51:07 -04:00
2018-10-11 12:22:11 +02:00
2018-09-19 15:15:16 +02:00
2018-11-02 15:59:48 +01: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-11-30 13:45:50 +01:00
2018-09-19 15:15:16 +02:00
2018-09-10 11:58:18 +02:00
2018-12-11 10:28:16 +01:00
2018-11-30 13:45:50 +01: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%