974 Commits

Author SHA1 Message Date
Abílio Costa
3c30e65756 Fix group order inside defined views (#443)
* fix group ordering inside views

* fix order for when default_view is specified

* improve for loop and fix lint

* Revert "improve for loop and fix lint"

This reverts commit 3fffbcff3999f729e30993113bd39eb858221aa2.

* Revert "fix order for when default_view is specified"

This reverts commit f2c5614da1b225ee87d0e6fcc8d6414b130a78b6.

* Revert "fix group ordering inside views"

This reverts commit 470fa2e907c3bdde899b09be1baa23fd24ba2ef0.

* only request group sorting for default view

* fix lint

* sort groups based on view-defined order

* optimize group sorting

* fix typo
2017-10-08 08:11:33 -07:00
Andrey
29acf77eb5 Upgrade packages (#444) 2017-10-05 21:22:41 -07:00
Andrey
b0791abb9a Add support for history_graph component (#432)
* Add support for history_graph component

* Change dev 3s to intended 60s

* Address comments

* Make card header consistent
2017-10-05 09:15:17 -07:00
BioSehnsucht
890dbc6ad7 Rename input_slider to input_number and add numeric text box option (#431)
* * Rename input_slider to input_number
* Update input_number to Polymer 2.0
* Update input_number to optionally display slider, input box, or both

* input_number support either input box or slider mode, but not both

* input_number : change service from select_value to set_value
2017-10-03 21:34:43 +02:00
Adam Mills
9153c80229 Add missed hass-mixins imports (#440) 2017-09-30 17:39:58 -05:00
Adam Mills
d1a194a147 Upgrade core config panels to ES6 classes (#438) 2017-09-30 15:15:43 -05:00
Sebastian Muszynski
91c8b4eb23 State on (active) color added for device class "fan". (#437) 2017-09-30 13:07:22 -05:00
Andrey
acf853f713 Change color of state-badge icon according to rgb or brightness (#436)
* Change color of state-badge icon according to rgb or brightness

* Remove unneeded edit

* Set minimum brightness at 15%. Clear previous timeout
2017-09-26 22:48:12 -07:00
Jan Almeroth
b1c83a8491 media_player: Don't switch to first input source, if we actually know better. (#433)
* doubleCheck: Don't switch to zero, if we actually know better.

https://github.com/home-assistant/home-assistant/issues/9517

* Fix linting

* Reverting changes, introducing sourceIndexOld
2017-09-23 17:08:30 -07:00
John Arild Berentsen
ff1b667546 Zwave poll intensity (#402)
* Add polling intensity to values card

Round 1

Rebase

* Move form-group out of car-actions
2017-09-22 23:10:23 -07:00
Andrey
a46e6b4cfa Switch ha-label-badge to Polymer2 class and add two css variables (#430) 2017-09-21 15:58:21 -07:00
Paulus Schoutsen
a3e28f717a Update webcomponentsjs to 1.0.10
Fixes #428
2017-09-12 21:09:01 -07:00
Nathan Henrie
559c93453e Fix spelling error (#427)
1 letter spelling error. Originally tried to submit at https://github.com/home-assistant/home-assistant/pull/9385#issuecomment-328663870 -- looks like it would close #426, but I don't see any open PRs.
2017-09-11 22:52:54 -07:00
Andrey
73289bca6d Fix customize config panel on FF (#425) 2017-09-11 20:12:40 -07:00
Andrey
4e4b59d3d4 Fix icon mdi: prefix to use auto-validate. (#423) 2017-09-09 19:47:26 -07:00
Paulus Schoutsen
4c96240ff6 Finish cloud login flow (#420)
* Finish cloud login flow

* Address comments

* Fix cache travis
2017-09-09 19:47:07 -07:00
Adam Mills
3912347f3d Convert home-assistant-main to ES6 class (#424)
* Convert home-assistant-main to ES6 class

* Add arrow functions to ensure this is bound

* Add missed parameter

* Picky linter
2017-09-09 19:45:48 -07:00
Andrey
684ac8fe69 Fix boolean config value not propagating (#421) 2017-09-09 10:33:15 -07:00
BioSehnsucht
19187ce518 Add input_text component (#408)
* Add input_text component

* Update input_text to Polymer 2

* input_text : changes suggested in home-assistant/home-assistant-polymer#408

* input_text : removing disabled option per home-assistant/home-assistant-polymer#408

* Fix file permissions

* UI tweaks + cleanup
2017-09-08 23:06:40 -07:00
Boyi C
7333a00384 Use local font-robot file for development (#419)
Use font-roboto-local to replace font-roboto on development, to reduce page load time.
2017-09-06 07:16:06 -07:00
Paulus Schoutsen
2249657681 Fix import 2017-09-05 09:08:09 -07:00
Andrey
047c0005d9 Customize config improvements (#417)
* Switch customize panel to dom-if

* Customize config improvements
2017-09-04 07:55:04 -07:00
John Mihalic
010851b0df Modify camera image error text (#416) 2017-08-29 19:56:21 -07:00
Andrey
5bdbc49dc2 Improvements for customize config panel (#415)
* Don't save empty json values. Allow per-domain attributes.

* Fix typo
2017-08-29 09:44:05 -07:00
Andrey
206f624fb6 No longer fetch customui element (#414) 2017-08-29 00:07:56 -07:00
Andrey
0508a6bf2e Add customization config panel (#413) 2017-08-28 08:04:21 -07:00
Paulus Schoutsen
592591d879 Update dependencies 2017-08-27 17:35:12 -07:00
Paulus Schoutsen
632f2bdaa7 Update dependencies (#412) 2017-08-27 14:09:02 -07:00
Paulus Schoutsen
24c16aa1fc Fix imports 2017-08-27 13:19:39 -07:00
Paulus Schoutsen
b3995e63be Add initial cloud login (#411) 2017-08-27 13:08:20 -07:00
Adam Mills
894a84ba77 Fire helper update (#410)
* Use deduping mixin and ES6 arrow

* Update to Polymer legacy implementation of events

* Remove Ha prefix
2017-08-27 10:17:13 -07:00
Adam Mills
81f00db0c1 ES6 class upgrade ha-sidebar and home-assistant (#409)
* ES6 class upgrade ha-sidebar and home-assistant

* Remove unused imports

* Fix linter errors

* Added event fire mixin

* By some miracle that still worked

* Ignore class-methods-use-this

* Add mixin annotation
2017-08-26 16:52:06 -07:00
Paulus Schoutsen
19d1da48c4 Update template example to use state_with_unit 2017-08-26 16:12:09 -07:00
Andrey
b211894a31 Improvements for zwave group config (#398)
* Improvements for zwave group config

* Apply ha-config-section
2017-08-26 09:58:50 -07:00
Paulus Schoutsen
60791ee03d Update link to script editor docs 2017-08-25 22:32:39 -07:00
Paulus Schoutsen
9b9cba86c2 Fix Hass.io build script (#405) 2017-08-21 22:44:20 -07:00
Boyi C
c289f6c925 History data not updating (#385)
* History data not updating

Fix history data not updating. History chart data will cache for 3 minutes. To reload, change the period dropdown to another value and change back.

* remove history cache
2017-08-18 08:38:30 -07:00
Paulus Schoutsen
0e687fb243 Add network options for addon (#336)
* Add network options for addon

* Fix bugs

* Reinstate line
2017-08-18 11:13:29 +02:00
Paulus Schoutsen
07d5d6e8a9 Remove other broken defaults for triggers 2017-08-15 22:27:14 -07:00
Paulus Schoutsen
29f5730545 Fix sun offset being mandatory. Fixes #396 2017-08-15 22:14:22 -07:00
Paulus Schoutsen
faf576d43d Add script editor (#393)
* Add script editor

* Cleanup
2017-08-15 22:09:43 -07:00
Paulus Schoutsen
34e45427ea Fix login button (#391) 2017-08-13 14:08:02 -07:00
Paulus Schoutsen
f5781a9906 Add work around for Safari paper-toggle-button update issue (#387)
* Add work around for Safari paper-toggle-button bug

* Lint
2017-08-13 11:46:28 -07:00
Eugenio Panadero
9426cfd5ca fix weblinks opening two windows when clicking the text link (#389) 2017-08-13 11:46:04 -07:00
Adam Mills
688a984bac Configurator updates (#386)
* Hide configurator button if no caption configured

* Put configurator links on new line
2017-08-12 17:55:54 -07:00
Paulus Schoutsen
823a699670 Fix bug in automation editor when no conditions 2017-08-12 14:52:27 -07:00
Paulus Schoutsen
a51b9c1eb5 Bug fixes 2017-08-09 00:44:46 -07:00
Paulus Schoutsen
f02d42d79c Automation update (#382)
* Add missing triggers

* Move onChangeEvent to generic util

* Generate dev service worker in dev mode

* Add actions

* Lint

* Add condition support

* Add condition actions
2017-08-09 00:44:17 -07:00
Paulus Schoutsen
77f934b738 Valid JSON… 2017-08-08 21:06:18 -07:00
Paulus Schoutsen
72c258d464 Add mailbox panel to build 2017-08-08 20:59:26 -07:00