eyager1 f3ef4cef74 Change icon to set operation_mode to "off" (#1883)
The choice of the "fan-off" icon to set the climate operation_mode to off should be changed . Many HVAC thermostats have a manual fan control.   The use of the fan icon in this card would imply that it would change or toggle the fan_mode of a climate component, not the operation_mode.  If setting the fan_mode of a climate component via this card were to be implemented in the future the use of "fan" and "fan-off" icons would be the most logical choices for icons.   I propose changing the icon that would set the operation_mode to off to generic power icon such as "power", or "power-off" to avoid confusion and to reserve the "fan" and "fan-off" icons for future use to change the the state of fan_mode.
2018-10-28 08:57:54 +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-08-21 08:59:54 +02:00
2018-10-17 14:06:20 +02:00
2018-06-01 09:55:00 -04:00
2018-10-11 12:22:11 +02:00
2018-10-26 10:07:24 +02: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-09-17 21:16:00 +02: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
2018-10-26 10:10:27 +02:00
2018-10-17 13:58:24 +02:00
2018-10-26 23:22:45 +02: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%