John Arild Berentsen
9b0f4fa234
Add new Z-Wave services, heal_node and test_node ( #565 )
...
* Add new Z-Wave services, heal_node and test_node
* lint
2017-11-05 09:44:18 -08:00
Paulus Schoutsen
a574bf8e0f
Update tos&privacy links
2017-11-02 22:50:59 -07:00
Andrey
3e86ba1222
Use dynamic-align on all dropdowns ( #542 )
...
* Use dynamic-align on all dropdowns
* Replace tab with spaces
2017-10-30 17:48:30 -07:00
Adam Mills
fb0b1286d2
Convert remaining elements to ES6 classes ( #538 )
...
* Convert remaining elements to ES6 classes
* Use native DOM methods for tests
* Fix Polymer 2 debounce call
2017-10-29 21:47:03 -07:00
Andrey
7e40cfef09
Fix languages and themes top selection being cut off ( #531 )
2017-10-27 22:12:16 -07:00
Adam Mills
780b58c210
Enable language selection in config panel ( #506 )
2017-10-26 21:32:12 -07:00
Georgi Yanev
43a00d70d9
Make titles and headers more consistent ( #505 )
2017-10-26 20:13:01 -07:00
Adam Mills
29fad98754
Core POC support for polymer i18n ( #227 )
...
* Core POC support for polymer i18n
* Move translation from core.js to html
* Replace fetch with XHR
* Convert translation pipeline to gulp
* Convert from polyglot to Polymer localize
* Pass through missing keys for custom panels
* Store promise to be reused
* Use cacheFirst sw handler for translations
* Write full filenames to translationFingerprints
* Precache en translation
* Convert home-assistant-main to ES6 class
* Create a localization mixin
* Cleanup
* Add polymer tags to annotate for linter
* Rename fingerprints to translationMetadata
* Build translation native names into metadata
* Add language selection UI to sidebar
* Provide separate message namespace argument
* Store language/resources on hass object
* Store translationMetadata on hass
* Move language selector to config panel
* Temporarily hide language selector
* Small cleanups
* Use dynamic-align for more flexible layout
* Migrate to fetch API
* Only send change events for user selection events
* Update for new linting rules
* Migrate build_frontend changes
2017-10-25 18:12:23 -07:00
Andrey
bc0d44ca81
Upgrade eslint to 4.8.0 ( #445 )
...
* Upgrade eslint
* Fix post-merge errors
2017-10-08 21:08:06 -07:00
Andrey
29acf77eb5
Upgrade packages ( #444 )
2017-10-05 21:22:41 -07: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
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
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
Andrey
684ac8fe69
Fix boolean config value not propagating ( #421 )
2017-09-09 10:33:15 -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
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
0508a6bf2e
Add customization config panel ( #413 )
2017-08-28 08:04:21 -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
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
faf576d43d
Add script editor ( #393 )
...
* Add script editor
* Cleanup
2017-08-15 22:09:43 -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
b34c2a6f92
Consolidate config ( #377 )
...
* Move automation panel to config
* Hide Hass menu button from error screen
* No longer store undefined in local storage
* Move Z-Wave panel into config panel
* Move Z-Wave node options from core to Z-Wave config
* Remove panel entries in polymer.json
* Lint
2017-08-06 09:22:15 -07:00
Andrey
f57e2334c8
Polymer2 fixes ( #376 )
...
* Set all attributes together.
* Revert "Set all attributes together."
This reverts commit 00fe75ce4b78c17481bac45db0536169695f1f91.
* Set all attributes together.
* Workaround for justified on Polymer2
2017-08-05 14:02:49 -07:00
Andrey
ebc0c776e2
Add theme-choosing UI to config panel ( #363 )
...
* Add theme-choosing UI to config panel
* Add Backend-selected option
* Use Object.assign to change hass
* Fix #368 - support theme-color update.
2017-08-04 23:09:25 -07:00
Paulus Schoutsen
fb3c278a74
Disable group config panel for now
2017-08-04 00:00:13 -07:00
Andrey
4c14e51079
Properly sort config entities ( #353 )
2017-07-23 23:18:30 -07:00
Paulus Schoutsen
35c4e1d5ae
ES5 cleanup
2017-07-16 22:19:02 -07:00
Paulus Schoutsen
1ad4259213
Make panels ES5 compatible ( #320 )
2017-07-01 15:29:21 -07:00
Paulus Schoutsen
8b6db691ef
Road to polymer 2 pt 2 ( #310 )
...
* Remove default-primary-color var
* Swap out paper-menu for paper-listbox
2017-06-18 19:30:18 -07:00
Paulus Schoutsen
bb83687d93
Polymer 2 prepare ( #309 )
...
* Remove unused paper-range-slider
* Update app-storage
* Upgrade paper-slider to 2.0
* Upgrade paper-scroll-header-panel
* Update paper-card
* Update slots
* Working upgrades
* More slots
* Upgrade app-layout
* More slot upgrades
* Vaadin components to Polymer hybrid ones
* Polymer 2 fixes
* Update polymer to 1.9.2
* Lint
2017-06-18 11:29:20 -07:00
Paulus Schoutsen
863ccb5486
Add HassIO panel ( #267 )
...
* Add HassIO panel
* Add buttons
* Update to new API
* Add initial hassio addon view
* Allow saving options
* Not auto select smb_config addon
* Add logs to addon
* Add OS info to host
* Wrap up panel for now
* Lint
* Fix menu button
2017-04-27 00:51:34 -07:00
Paulus Schoutsen
5469c425e7
Add reload scripts button to config
2017-04-18 20:45:01 -07:00
John Arild Berentsen
10d09a9408
Zwave panel ( #258 )
...
* Start of zwave config
* add seperate panel
* adjusting
* missing imports
* Only use network management for now
* Cleanup
* Remove unused imports
* Fix import
2017-04-15 20:31:42 -07:00
Paulus Schoutsen
5d223c8da4
Add initial group config panel ( #218 )
...
* Add initial group config
* Tweak labels for group form
2017-02-20 21:54:11 -08:00
Paulus Schoutsen
d5ca790686
Update ha-panel-config.html
2017-02-20 11:20:26 -08:00
Paulus Schoutsen
ecb5c58262
Reord Z-Wave config ( #217 )
2017-02-20 00:20:25 -08:00
Paulus Schoutsen
267c0d51e1
Tweak colors
2017-02-13 23:32:33 -08:00
Paulus Schoutsen
53ecbbaa13
Only show Z-Wave entities in zwave config
2017-02-13 22:21:38 -08:00
Paulus Schoutsen
62aa635390
Add a Z-Wave config panel ( #209 )
2017-02-12 22:29:35 -08:00
Paulus Schoutsen
a6b2c36982
Add config core validation panel ( #206 )
2017-02-12 11:32:09 -08:00
Paulus Schoutsen
d6fda61d8c
Add core config panel ( #204 )
...
* Add core config panel
* Lint
2017-02-11 23:03:01 -08:00
Paulus Schoutsen
ba48e40a2b
Load hassbian on demand
2017-02-11 16:57:33 -08:00