1748 Commits

Author SHA1 Message Date
Paulus Schoutsen
93b1e29876 Bump version to 20180720.0 20180720.0 2018-07-20 12:27:06 +02:00
Paulus Schoutsen
388c2c5db4 Update translations 2018-07-20 12:26:51 +02:00
Paulus Schoutsen
3e60083633 Add js-yaml to yarn 2018-07-20 12:24:16 +02:00
Jerad Meisner
06532def08 Add custom elements to picture-elements. (#1482) 2018-07-20 12:04:11 +02:00
Jason Hu
abf85ae19b Only send auth/current_user if new auth is enabled (#1483) 2018-07-20 12:02:30 +02:00
Paulus Schoutsen
9634a13dc2
Fix static assets (#1484) 2018-07-20 11:42:07 +02:00
c727
a78aba5f50
Add more gallery cards (#1481)
* Add more gallery cards

* Lint
2018-07-20 03:22:16 +02:00
Paulus Schoutsen
1b039aee50
tweak demo cards layout (#1479)
* tweak demo cards layout

* Lint
2018-07-19 23:44:12 +02:00
c727
54860d7762 Add more features to gallery (#1477)
* Add more features to gallery

* Feedback

* Fix margin

* Use array-style config

* Split into DemoCards and DemoCard

* Move padding

* Use min-height
2018-07-19 22:57:51 +02:00
Paulus Schoutsen
5c74e31629
Add some styling to the gallery (#1478) 2018-07-19 22:19:10 +02:00
Paulus Schoutsen
61d3d446f4
picture glance: better handle if no title (#1474)
* Better handle if no title

* Simplify code

* Arrays in ifs

* Remove unused method

* Always render the middle div

* Always show both entity divs
2018-07-19 21:18:24 +02:00
Paulus Schoutsen
ec54036f1e Tweak readme 2018-07-19 21:12:59 +02:00
Paulus Schoutsen
a5befbe153
Add more demos (#1476) 2018-07-19 17:00:18 +02:00
Paulus Schoutsen
f952d9c307 Fix build scripts for first run 2018-07-19 15:45:44 +02:00
Paulus Schoutsen
68b94cd7c7 Remove bower.json 2018-07-19 15:27:56 +02:00
Paulus Schoutsen
56907fb922
Add gallery (#1475)
* Add gallery

* Add build script

* Lint

* Remove cache
2018-07-19 15:24:30 +02:00
Paulus Schoutsen
5cc6d20674 Version bump to 20180719.0 20180719.0 2018-07-19 10:51:56 +02:00
Paulus Schoutsen
da78dacca9 Update translations 2018-07-19 10:51:40 +02:00
Paulus Schoutsen
964c028c72
Tweaks to user flow (#1473)
* Tweaks to user flow

* Mobile layout

* Final tweaks
2018-07-19 10:51:00 +02:00
Jerad Meisner
708447b6f1 Added change password card to profile panel. (#1464)
* Added change password dialog to profile panel.

* Switch change password from dialog to card

* Restore current password verification.
2018-07-19 09:39:56 +02:00
Jason Hu
7e257f6ee9 Display Unnamed User if no name found in user object (#1469)
* Display Unnamed User if no name found in user object

* address review comment
2018-07-19 09:11:21 +02:00
c727
10d44db8e6 Allow views with badges and no cards (#1471) 2018-07-19 08:45:59 +02:00
c727
e84f5c683c
Fix Lovelace docs URL #2 (#1470)
last PR was to false branch xD
2018-07-19 02:16:13 +02:00
Paulus Schoutsen
bfdde116e2 Version bump to 20180718.0 20180718.0 2018-07-18 17:28:45 +02:00
Paulus Schoutsen
51020d7e68 Update translations 2018-07-18 17:28:39 +02:00
c727
8c44e243e1 Separate row entity elements for Lovelace (#1461)
* Separate row entity elements for Lovelace

* Update

* Update

* Add fan

* Add support for last changed

* Feedback

* Feedback2

* Update

* Update

* Fix timer

* Update

* Lint
2018-07-18 17:25:13 +02:00
Paulus Schoutsen
9ab4158e0a
Use callWS helper (#1465) 2018-07-18 17:13:53 +02:00
c727
4c3e039423 Use separate duration for relative time (#1463) 2018-07-18 09:50:31 +02:00
c727
7c5c5ea9b6 Use custom off states in picture glance (#1462) 2018-07-18 09:49:11 +02:00
Jerad Meisner
6db76c8ab4 Refactored element creation out of picture-elements class. (#1446)
* Refactored element creation out of picture-element class.

* Fix navigation element listener.

* Cleanup. Change service-icon -> icon.

* Fixes.

* More fixes.

* More fixes.

* Feedback

* More fixes.
2018-07-18 09:48:27 +02:00
Paulus Schoutsen
3f0824bd39 Version bump to 20180717.0 20180717.0 2018-07-17 10:56:18 +02:00
Paulus Schoutsen
e2c4695613 Add compat layer 2018-07-17 10:55:23 +02:00
Paulus Schoutsen
37678d99af Update translations 2018-07-17 10:06:19 +02:00
Paulus Schoutsen
90328cfc33
Add an onboarding flow (#1452)
* Add an onboarding flow

* Address comments
2018-07-17 10:05:27 +02:00
Paulus Schoutsen
84b0542fb6
Fix spacing picture glance (#1460) 2018-07-17 10:04:48 +02:00
Paulus Schoutsen
229d167f89
Add current user to hass object (#1451)
* Add current user to hass object

* Add enter key support to login form
2018-07-17 09:25:46 +02:00
c727
5c5a7e50da Remove capitalize from card heading (#1455)
fix: https://github.com/home-assistant/ui-schema/issues/107
2018-07-17 08:45:52 +02:00
c727
bac1c8f630 Make Glance column width configurable (#1456) 2018-07-17 08:44:01 +02:00
Marius
9c66d47afa Fixes picture-glance no longer compatible with entity-filter (#1448)
* fixes https://github.com/home-assistant/ui-schema/issues/101

* Updates based on feedback

* More updates from feedback

* Cleanup
2018-07-17 08:43:20 +02:00
Jason Hu
1f80769d9e Submit form when Enter pressed in new login form (#1459) 2018-07-17 08:38:40 +02:00
c727
8dcda2dae9
Fix translation for weather states (#1454)
we should rename the keys on lokalise before we merge this

fix: #1414
2018-07-17 00:34:46 +02:00
Jason Hu
348b284ba6 Check access token expires before we use it. (#1444)
* Check access token expires before we use it.If we found access token expires, we proactive call refresh token.So that we can avoid uncessary invalid auth error in backend.

* Move expires  calc to fetchToken() and refresToken()

* Address code review comment
2018-07-16 23:11:05 +02:00
Paulus Schoutsen
b5ff52febf Version bump to 20180716.0 2018-07-16 08:47:24 +02:00
Marius
832f4ba6cd Make custom cards work as panel (#1447)
* Make custom cards work as panel

* Fixed some errors and implemented suggestion from comments
2018-07-15 14:05:32 +02:00
Paulus Schoutsen
89f9589084 Version bump to 20180713.0 2018-07-13 15:33:00 +02:00
Paulus Schoutsen
ed0d0ab944 Update translations 2018-07-13 15:32:37 +02:00
Paulus Schoutsen
ed9c73429f
Allow managing users (#1436)
* Allow managing users

* Address comments

* table -> card-content

* Don't close dialog on error
2018-07-13 15:31:22 +02:00
c727
c11cf53f96 Lovelace: add basic support for badges (#1443)
* Lovelace: add basic support for badges

* Lint

* Check in entityId exists in states

* Hide badges container if no badges

* setProperties

* lint
2018-07-13 13:42:34 +02:00
quthla
834528506a Override history names (#1405) 2018-07-13 12:12:50 +02:00
c727
f2c56a624b Glance card: hide name or state (#1442) 2018-07-12 13:56:25 +02:00