Paulus Schoutsen
3e962808e6
Bump frontend to 20171126.0
2017-11-25 21:54:51 -08:00
Paulus Schoutsen
6db5afe597
Update frontend to 20171121.1
2017-11-20 22:00:48 -08:00
Paulus Schoutsen
efd45549e4
Bump frontend to 20171121.0
2017-11-20 20:48:52 -08:00
Paulus Schoutsen
857d6b5b49
index.html improvements ( #10696 )
2017-11-20 15:16:36 +01:00
Paulus Schoutsen
62c8843956
Update frontend to 20171117.1
2017-11-16 22:08:19 -08:00
Paulus Schoutsen
5c20cc32b5
Update frontend to 20171117.0
2017-11-16 22:03:31 -08:00
Paulus Schoutsen
0cd3271dfa
Update frontend to 20171115.0
2017-11-14 22:48:31 -08:00
Pierre Ståhl
8111e3944c
Add basic backend support for a system log ( #10492 )
...
Everything logged with "warning" or "error" is stored and exposed via
the HTTP API, that can be used by the frontend.
2017-11-14 20:35:56 -08:00
Paulus Schoutsen
c8648fbfb8
Pre-construct frontend index.html ( #10520 )
...
* Pre-construct frontend index.html
* Cache templates
* Update frontend to 20171111.0
* Fix iframe panel test
2017-11-11 15:22:05 -08:00
Andrey
5e92fa3404
Add an option to serve ES6 JS to clients ( #10474 )
...
* Add an option to serve ES6 JS to clients
* Rename es6 to latest
* Fixes
* Serve JS vrsions from separate dirs
* Revert websocket API change
* Update frontend to 20171110.0
* websocket: move request to constructor
2017-11-10 23:02:06 -08:00
Paulus Schoutsen
39de557c4c
Update frontend
2017-11-05 18:26:16 -08:00
Paulus Schoutsen
ce0537ef7f
Update frontend to 20171105.0
2017-11-05 12:49:54 -08:00
Paulus Schoutsen
af3d9d8245
Update frontend to 20171104.0
2017-11-04 12:53:09 -07:00
NovapaX
be9cdf51d9
update mask-icon to a working mask-icon.svg ( #10290 )
...
* update mask-icon to favicon.svg
* change name of icon to mask-icon.svg
2017-11-03 21:18:31 -07:00
Paulus Schoutsen
b77df372d6
Update frontend
2017-11-02 22:51:53 -07:00
Paulus Schoutsen
e4ddb00086
Update frontend
2017-11-02 08:59:26 -07:00
Paulus Schoutsen
4dc9ac820f
Remove http.development ( #10267 )
...
* Remove http.development
* Remove development
* Remove development from tests
* Remove constant
2017-11-01 13:07:16 +01:00
Fabian Affolter
e2c6f538a8
Add link to docs ( #10272 )
2017-11-01 12:11:32 +01:00
Andrey
ae34640a80
Use theme color in loading screen. ( #10248 )
2017-10-31 13:30:50 +01:00
Fabian Affolter
cc293db5ab
Update services.yaml files ( #10229 )
...
* Add period to the description
* Update abbreviation
2017-10-30 21:39:12 +01:00
Paulus Schoutsen
fc44a4ed99
Update frontend
2017-10-29 23:29:49 -07:00
Paulus Schoutsen
d13f3eca92
Update frontend to 20171027.1
2017-10-26 22:29:59 -07:00
Andrey
fc291dd5ab
Don't use pypi package in dev mode. Allow non-fingerprinted mdi. ( #10144 )
2017-10-26 22:28:07 -07:00
Adam Mills
583e57042b
Core POC support for polymer i18n ( #6344 )
...
* Core POC support for polymer i18n
* Add gulp to build_frontend
* Remove frontend build
* Updated translations format
* Eliminate translation namespace from panel names
* Only register translations path in dev mode
2017-10-26 21:46:21 -07:00
Paulus Schoutsen
2bdad5388b
Consolidate frontend ( #9915 )
...
* Consolidate frontend
* Remove home-assistant-polymer submodule
* Convert to using a pypi package for frontend
* fix release script
* Lint
* Remove unused file
* Remove frontend related scripts
* Move hass_frontend to frontend REQUIREMENTS
* Fix tests
* lint
* Address comments
* Lint + fix tests in py34
* Fix py34 tests again
* fix typo
2017-10-24 19:36:27 -07:00
Charles Garwood
fa37d9800e
File permissions fix ( #9847 )
...
* Fixing file permissions
* Fixing file permissions
2017-10-13 14:22:41 +02:00
Adam Cooper
a7f4bcc410
Bugfix/9811 jinja autoescape ( #9842 )
...
* Added autoescape kwarg to Jinja environment
* Removed extra comma
2017-10-12 22:01:29 -07:00
Adam Mills
765560e87a
Restore home-assistant-polymer pointer from #9720 ( #9825 )
2017-10-11 21:53:12 -04:00
Charles Garwood
f837302194
Split map panel out into its own component ( #9814 )
2017-10-11 17:45:55 +02:00
Teemu R
d3772d4abd
bump the version and catch all exceptions to avoid showing backtraces… ( #9720 )
...
* bump the version and catch all exceptions to avoid showing backtraces but a more sane error message
* catch only BTLEExceptions, fix logging strings
2017-10-07 00:21:34 +02:00
Paulus Schoutsen
6627c352e6
Update frontend
2017-10-05 09:17:26 -07:00
Paulus Schoutsen
675fb2010d
Update frontend
2017-09-21 21:18:17 -07:00
Pascal Vizeli
1bbaa00976
Revert "renamed add_devices to async_add_devices according to hass naming scheme ( #9485 )" ( #9503 )
...
This reverts commit a5a970709f02b5ef0be96af434371806863f81c7.
2017-09-19 19:51:15 +02:00
Julius Mittenzwei
a5a970709f
renamed add_devices to async_add_devices according to hass naming scheme ( #9485 )
...
* renamed add_devices to async_add_devices according to hass naming scheme
* replaced some occurencies of async_add_entites to async_add_devices
* fixed unit test
* fixed unit test
2017-09-19 17:06:52 +02:00
Boyi C
e2866a1339
Load WebComponent polyfill on header. ( #9438 )
...
* Load WebComponent polyfill on header.
On Chrome 53, `document.registerElement` exists but `window.customElements` does not exist.
Fix for Tencent X5 browser on Android(Chrome 53 based).
* Move the block just before app panel loading.
Remove async for new script block.
2017-09-16 13:00:54 -07:00
Paulus Schoutsen
c84a099b0f
Update frontend
2017-09-11 21:50:33 -07:00
Paulus Schoutsen
c44972c2c9
Update frontend
2017-09-08 23:08:38 -07:00
Andrey
bb37294047
Allow panels with external URL ( #9214 )
...
* Allow panels with external URL
* Update comment
2017-08-30 23:21:24 -05:00
Paulus Schoutsen
924290adb0
Update frontend
2017-08-28 09:04:34 -07:00
Andrey
c367021aa4
Allow specifying custom html urls to load. ( #9150 )
...
* Allow specifying custom html urls to load.
* Change add_extra_html_urls to accept a single URL
2017-08-27 09:07:58 -07:00
Paulus Schoutsen
0fb281c5b3
Update frontend
2017-08-15 22:34:46 -07:00
Adam Mills
19d1d748d4
Add support for Automatic OAuth2 authentication ( #8962 )
...
* Add support for Automatic OAuth2 authentication
* Fix async conversion of configurator
* Rename method for async
* Use hass.components to get configurator component
* Fix typo
* Move session data to hidden directory
* Make configurator callback optional
2017-08-13 22:37:50 -07:00
Paulus Schoutsen
8fcec03adf
Update frontend
2017-08-13 21:52:36 -07:00
Paulus Schoutsen
4a98b32a03
Update frontend
2017-08-12 14:54:50 -07:00
Paulus Schoutsen
55c84eaee3
Update frontend
2017-08-09 00:47:29 -07:00
Paulus Schoutsen
9575cbde09
Consolidate config panels ( #8857 )
...
* Remove automation panel registration
* Move Z-Wave config API to config.zwave
* Remove no longer needed test
* Lint
* Update frontend
2017-08-06 12:05:34 -07:00
Paulus Schoutsen
a0530d8b9c
Update frontend 2
2017-08-04 23:02:07 -07:00
Paulus Schoutsen
99d4021f47
Update frontend
2017-08-04 22:58:19 -07:00
Paulus Schoutsen
d4dfb4d80c
Polymer 2 ( #8815 )
...
* Update build for Polymer 2
* Update webcomponents polyfills/helpers
* Load ES5 class adapter when not in dev mode
* Update frontend
2017-08-03 23:46:57 -07:00
Paulus Schoutsen
9dae1ca5c2
Update frontend
2017-08-02 21:34:04 -07:00