8854 Commits

Author SHA1 Message Date
Ryan Kraus
cb2e3de6d9 Clean up the media player more-info code
1) Event binding was moved to the html template as is tradition.
2) setTimeout call was replaced with this.async… as is tradition.
2016-01-12 21:52:16 -05:00
Paulus Schoutsen
d217edecf3 Merge pull request #18 from Bart274/master
Update state-badge.html to color the badge of a binary sensor
2016-01-12 07:58:51 -08:00
Bart274
989845aa4b Update state-badge.html
Color the badge of a binary sensor on or off depending on the state
2016-01-12 14:25:52 +01:00
Ryan Kraus
9efe2ebbee Hide play button in media player if there is not media to control
If the media player does not have media to control, the
play/pause/stop, previous, and next buttons will be hidden. In order
for the playback buttons to be shown, the status of the media player
must be playing, paused, or unknown. This way, if the status is On, the
playback buttons will be hidden.
2016-01-11 21:19:01 -05:00
Ryan Kraus
5a27273506 Removed debugging line
Removed a debugging line form media_player more-info code.
2016-01-11 00:54:50 -05:00
Ryan Kraus
0c7f6f685c Fixing more linter errors
Changing lets to consts
2016-01-11 00:41:27 -05:00
Ryan Kraus
0a0f827e3a Fixing lint errors and mousedown on mobile browsers
1) Fixed a handful of errors caught by the linter.
2) Mobile browsers register a press and hold as a touch event rather
than a regular mouse down event. The code has been updated so that
these touch events will be registered and sent to the mouse down
handler.
2016-01-11 00:33:14 -05:00
Ryan Kraus
073c8cdcd0 Added volume buttons to media_player more-info
Added volume buttons to the media_player more-info panel. The volume
buttons appear if the supportsVolumeButtons flag is turned on and the
player is not off. They send a volume up/down service call every half
second while they are being pressed.
2016-01-11 00:02:01 -05:00
Ryan Kraus
97d4514dc6 Merge remote-tracking branch 'balloob/master' 2016-01-07 20:59:02 -05:00
Paulus Schoutsen
78c348cb7b Fix touch events color picker 2016-01-02 12:49:40 -08:00
Paulus Schoutsen
a604a2f527 Debounce color picker calls. 2016-01-02 12:49:31 -08:00
Paulus Schoutsen
4da3ecaad4 Remove CSS workaround for fixed bug in paper-toggle 2016-01-02 12:49:16 -08:00
Paulus Schoutsen
50aadaf880 Add template editor 2015-12-17 23:30:24 -08:00
Paulus Schoutsen
190911b261 Delay removing of init skeleton. 2015-12-17 19:41:26 -08:00
Paulus Schoutsen
f3d3724df7 Upgrade bower dependencies 2015-12-17 19:25:46 -08:00
Paulus Schoutsen
e19f3c5e34 Fix column layout 2015-12-14 23:52:06 -08:00
Paulus Schoutsen
eff286e742 Fix lint issues 2015-12-13 23:55:45 -08:00
Paulus Schoutsen
f4d80f4977 Upgrade to babel 6 2015-12-13 23:53:35 -08:00
Paulus Schoutsen
e9ed569614 Stick node version 2015-12-13 23:53:25 -08:00
Paulus Schoutsen
e51b8add36 SW: Fix getting path 2015-12-08 09:07:51 -08:00
Paulus Schoutsen
2bc0f827b2 Cache favicon too 2015-12-07 23:42:17 -08:00
Paulus Schoutsen
26cf82fe8a Do not process instead of proxy events we dont care about 2015-12-07 23:11:40 -08:00
Paulus Schoutsen
e4c0ae0723 Allow logging in service worker. 2015-12-07 23:07:44 -08:00
Paulus Schoutsen
254dd6243b Cache index in service worker 2015-12-07 23:06:58 -08:00
Paulus Schoutsen
4219380146 Add basic service worker architecture 2015-12-07 21:34:54 -08:00
Paulus Schoutsen
044a6d9810 Update HA-JS version 2015-12-06 14:02:08 -08:00
Paulus Schoutsen
feb776ec89 Remove no longer needed more info backdrop workaround 2015-12-06 11:34:01 -08:00
Paulus Schoutsen
41dbd6abc3 Rollershutter UI tweaks 2015-12-06 09:58:44 -08:00
Paulus Schoutsen
758560ad05 Always apply max column width 2015-12-06 09:58:31 -08:00
Paulus Schoutsen
2e8ad266ee Tweak UI for small screens 2015-12-05 01:10:04 -08:00
Paulus Schoutsen
20e7b9a87d Tweak column sizes 2015-12-05 01:09:51 -08:00
Paulus Schoutsen
bd9d9e8815 Move removing init message back to root component 2015-12-05 00:13:54 -08:00
Paulus Schoutsen
04a7ce241c Add rollershutter UI 2015-12-05 00:13:38 -08:00
Paulus Schoutsen
c130933f45 No longer load icons twice 2015-11-30 00:47:32 -08:00
Paulus Schoutsen
300f3582a6 Add support for locks 2015-11-29 22:48:55 -08:00
Paulus Schoutsen
33124030f6 Bit more robust icon loading 2015-11-28 22:12:45 -08:00
Paulus Schoutsen
f29b1062b3 Update HA-JS version 2015-11-28 18:19:04 -08:00
Paulus Schoutsen
6685d65740 Improve loading speed 2015-11-28 18:13:14 -08:00
Paulus Schoutsen
d2be4d0251 Fix introduction card link 2015-11-28 17:42:56 -08:00
Paulus Schoutsen
f32562ab64 Merge pull request #15 from happyleavesaoc/hide-custom-icon
hide icon property on more-info dialog
2015-11-28 17:21:47 -08:00
happyleaves
8d97bbcb73 hide icon 2015-11-28 20:07:05 -05:00
Paulus Schoutsen
62e494bd04 Thermostat set temperature in 0.5 steps 2015-11-28 01:16:30 -08:00
Paulus Schoutsen
39e09d85b7 Merge pull request #14 from fabaff/binary-sensor
Binary sensor
2015-11-20 07:59:27 -08:00
Fabian Affolter
717a3699b2 Combined with script 2015-11-20 15:23:24 +01:00
Fabian Affolter
c39daa6a59 Update color and computeIcon for binary sensor and updater 2015-11-18 22:29:35 +01:00
Fabian Affolter
5ba4378c25 Change to work like the alarm control panel 2015-11-18 22:28:31 +01:00
Fabian Affolter
0269527fdb Add binary sensor 2015-11-17 23:05:09 +01:00
Fabian Affolter
d763c49d23 Add binary sensor 2015-11-17 23:04:42 +01:00
Fabian Affolter
244b8cde15 Add binary sensor 2015-11-17 23:04:06 +01:00
Paulus Schoutsen
99af263595 Merge pull request #13 from rmkraus/master
Added updater badge
2015-11-15 13:51:38 -08:00