1725 Commits

Author SHA1 Message Date
Paulus Schoutsen
7b3b717f43 Version bump to 20180516.0 2018-05-16 08:55:16 -04:00
Paulus Schoutsen
405cb36904 Fix imports 2018-05-16 08:54:48 -04:00
c727
0c6f8c34fb
P3: Replace hassUtil with imports (#1181)
* P3: Remove get is()

* P3: Replace hassUtil with imports

* Remove hass-util imports

* Fix errors
2018-05-16 14:03:04 +02:00
Paulus Schoutsen
23a2a479a5
Remove rollup (#1179)
* Remove rollup

* Fix build

* Add copy webpack plugin

* Touch service worker

* Remove unused ha-config-js-.js
2018-05-16 07:54:29 -04:00
c727
5a16095270 P3: Remove get is() (#1180) 2018-05-16 07:06:07 -04:00
Paulus Schoutsen
89cb8c87ae
Fix map panel (#1178) 2018-05-15 18:00:07 -04:00
Paulus Schoutsen
96d7ec7cda
Embed the preact code directly (#1177)
* Embed the preact code directly

* Do not transform object rest spread

* Lint

* Ignore preact from lint
2018-05-15 17:56:32 -04:00
Paulus Schoutsen
47642957c8 Don't run bower anymore when doing release 2018-05-15 14:14:38 -04:00
Paulus Schoutsen
65780de61e Version bump to 20180515.0 2018-05-15 14:06:23 -04:00
Paulus Schoutsen
646f0bb718 Stub service worker 2018-05-15 14:06:08 -04:00
Paulus Schoutsen
68fb35a401 Fix authorize path 2018-05-15 13:46:40 -04:00
Paulus Schoutsen
658b349755 Use url path instead of component name for path 2018-05-15 13:38:05 -04:00
Paulus Schoutsen
a4afc2e37a
Polymer 3 modulize (#1154)
* Version bump to 20180510.1

* Fix hass util

* Fix translations

* Bye paper-time-input

* Add webpack config

* Add webpack to package.json

* Fix translation import

* Disable web animations polyfill bad import

* Disable importHref import

* Update webpack config to build authorize.js

* Build translations json

* Build frontend correctly

* Run eslint --fix

* Load markdown JS on demand (#1155)

* Add HTML imports (#1160)

* Fix localize (#1161)

* Fix Roboto in build (#1162)

* Load web animations polyfill (#1163)

* P3: Fix chart js (#1164)

* P3: Fix Chart JS

* Update timeline package

* P3: panel resolver (#1165)

* WIP

* Initial importing of panels

* Fix panel resolver

* Fix automation and script editor (#1166)

* Expose Polymer and Polymer.Element on window (#1167)

* Remove unused import

* eslint --fix

* Es5 build (#1168)

* Build for ES5

* Fix build_frontend

* Remove stale comment

* Migrate to use paper-material-styles (#1170)

* Send parsed date to history/logbook (#1171)

* Fork app storage behavior (#1172)

* Add paper input with type time (#1173)

* Fix authorize

* Lint

* Sort imports

* Lint

* Remove eslint-html

* Do not lint authorize.html

* Fix polymer lint

* Try chrome 62 for wct

* P3: Add patched iconset (#1175)

* Add patched iconset

* Lint

* Test with latest Chrome again

* Use less window.hassUtil

* Teporarily use my fecha fork

* Import correct intl.messageFormat

* Update wct-browser-legacy to 1.0.0

* Include polyfill in right place

* Fix IntlMessageFormat

* Fix test not having a global scope

* Rollup <_<

* Fork app-localize-behavior

* Disable wct tests

* Lint
2018-05-15 13:31:47 -04:00
Paulus Schoutsen
205d6a8347 Version bump to 20180510.1 2018-05-10 17:38:10 -04:00
Paulus Schoutsen
89333aa55e Update to home-assistant-js-websocket@1.2.1 2018-05-10 17:38:03 -04:00
Paulus Schoutsen
2a3325efd7 Version bump to 20180510.0 2018-05-10 14:26:38 -04:00
Paulus Schoutsen
3b7a206cec
Add an authorize page for authentication (#1147)
* Use authorize page if auth provider

* Add webcomponent polyfill

* More fixes

* ES5 fix

* Lint

* Use redirect_uri

* upgrade uglify to fix tests?

* Update browsers used for testing
2018-05-10 14:25:36 -04:00
Paulus Schoutsen
912969111f
Move all of hassUtil to JS (#1153)
* Move all of hassUtil to JS

* Fix tests
2018-05-09 21:33:31 -04:00
Paulus Schoutsen
9116f5733d
Include util.js for hass.io (#1152) 2018-05-09 10:47:56 -04:00
Paulus Schoutsen
0fdf980fee Version bump to 20180509.0 2018-05-08 20:45:23 -04:00
c727
8ecc41388a Fix issues with new weather card (#1149)
* Fix issues with new weather card

* New line
2018-05-08 18:14:29 -04:00
Paulus Schoutsen
356e104096
Merge duplicate keys in travis yaml (#1150)
* Merge duplicate keys in travis yaml

* Update .travis.yml
2018-05-08 17:20:35 -04:00
Paulus Schoutsen
eeba117e4b Fix hass.io panel (#1148) 2018-05-08 17:54:38 +02:00
Paulus Schoutsen
3da55c6ab5 Version bump to 20180505.0 2018-05-05 11:34:48 -04:00
Paulus Schoutsen
faed5fbfe4 Update translations 2018-05-05 11:34:24 -04:00
cdce8p
6f738510fa Added sensor device_class 'light' (#1143)
* Added sensor device_class 'light'

* Changed icon

* Changed device_class name
2018-05-05 09:37:55 -04:00
Boyi C
de55c13355 Fix chart not updating #1104 (#1139) 2018-05-04 16:04:07 -04:00
Pascal Vizeli
38e1b16031
Update hassio-host-info.html (#1141) 2018-05-04 14:41:02 +02:00
Paulus Schoutsen
06341edc49 Fetch camera image via websocket connection (#1136)
* Fetch camera image via websocket connection

Lint

Cleanup

* setProperties
2018-05-03 22:04:25 +02:00
Paulus Schoutsen
9fc3d9d019 Fetch media player image from websocket (#1137) 2018-05-03 22:03:48 +02:00
Malte Franken
3e90db5fa3 Allows to define a custom "more info" dialog per entity (#1128) 2018-04-29 15:01:14 -04:00
c727
30555eda88
Remove Hassbian panel (#1132) 2018-04-29 18:08:03 +02:00
c727
ac38fdb9df Fix plant card batteryLvl 100 icon (#1130)
* Fix plant card batteryLvl 100 icon

* Update ha-plant-card.html
2018-04-28 19:29:36 -04:00
Paulus Schoutsen
4c6d9602ae
Remove zoom plugin (#1104) 2018-04-27 14:09:25 -04:00
c727
811d99b68c Rework plant card (#1123)
* Rework plant card

* Lint

* Fix updates for battery icon
2018-04-27 10:26:34 -04:00
c727
a983a5dbc5 Weather card without chart (#1117)
* Weather card without chart

* Lint

* Add iron-icon

* Add night icon and translation

* More translations

* Lint

* Feedback

* More Flexbox KungFu

* Finishing

* Use hass lang instead of browser lang

* Add more info card

* Lint

* Improve support for other providers

* Support non-daily forcasts

* Here we go
2018-04-26 17:16:02 -04:00
Boyi C
f21db486eb Update timeline to 0.1.5, improve drawing for small element. (#1121) 2018-04-26 16:34:55 -04:00
NovapaX
e1b924a154 Update more-info-media_player.html (#1126)
Fixes https://github.com/home-assistant/home-assistant/issues/14098
2018-04-26 21:57:38 +02:00
Paulus Schoutsen
421b9ec800 Version bump to 20180425.0 2018-04-24 23:15:16 -04:00
Paulus Schoutsen
e8b84c6d52 Update translations 2018-04-24 23:14:55 -04:00
c727
86db23a957 Add translation for script and scene card (#1119)
* Add translation for script and scene card

* appliesMixin

* Change script button text to "execute"
2018-04-23 13:25:48 -04:00
Otto Winter
a22b62cf2a Add Sensor device_class support (#1115)
* Add Sensor Device Class Support

* ES6
2018-04-22 23:37:26 -04:00
Otto Winter
db2f588e86 Fix unavailable state icon (#1118) 2018-04-22 18:35:59 +02:00
c727
02cf337f1a Add www. to home-assistant URLs (#1111)
* Add www. to cloud skill URLs

* Update ha-config-cloud-login.html

* Update ha-panel-dev-info.html
2018-04-20 06:08:55 -04:00
c727
eafd7fb296
Update more-info-updater.html 2018-04-20 05:04:45 +02:00
Paulus Schoutsen
c0e3f8ec6b version bump to 20180420.0 2018-04-19 22:16:09 -04:00
Paulus Schoutsen
510cc6448e Update translations 2018-04-19 22:15:46 -04:00
Paulus Schoutsen
a832566715
Add Google Assistant integration (#1110)
* Add Google Assistant integration

* Fix card actions
2018-04-19 21:55:26 -04:00
Paulus Schoutsen
75ae672ef9 Update translations 2018-04-19 11:40:32 -04:00
NovapaX
570cb5d52b add default vacuum component icon (#1108) 2018-04-18 15:46:52 -04:00