9367 Commits

Author SHA1 Message Date
Paulus Schoutsen
561107250d Merge pull request #23 from sdague/master
use lastUpdated to graph thermostat history
2016-01-23 18:10:15 -08:00
Sean Dague
98522ab191 use lastUpdated to graph thermostat history
This allows us to use lastUpdated in the thermostat graphs. Currently
this will produce the same result as lastChanged, however once the
history module is updated to expose all the updates for the thermostat
domain.
2016-01-22 20:35:26 -05:00
Paulus Schoutsen
2ecd6a8184 Add input_boolean domain icon 2016-01-14 23:46:38 -08:00
Paulus Schoutsen
f4e5dfcf6b Use tiles over SSL 2016-01-14 22:22:17 -08:00
Paulus Schoutsen
2b7d4ead1e Merge pull request #20 from wazoo/icon-fix
Update state-badge.html
2016-01-14 21:57:31 -08:00
Ben Thomas
89eee944c6 Update state-badge.html
adding a background-color to the icon-image in this element fixes the issue where images and icons overlap but allows a fallback if an image is not defined.  The only situation that this doesn't cover is if an icon is specified and the link is broken (i.e. a 404 on the image), then there will just be a white block. I decided this was actually more useful since then its obvious that there should be an image there.
2016-01-14 09:33:26 -07:00
Paulus Schoutsen
0b99a5933c Update packages 2016-01-13 23:47:36 -08:00
Paulus Schoutsen
cdc1437944 Update eslint 2016-01-13 23:47:28 -08:00
Paulus Schoutsen
a60ebb040c Upgrade home-assistant-js 2016-01-13 11:40:55 -08:00
Paulus Schoutsen
b9631fac6e click -> tap 2016-01-13 00:31:38 -08:00
Paulus Schoutsen
1ab2eb356e Prevent tapping to go through overlay 2016-01-12 23:39:08 -08:00
Paulus Schoutsen
234d7bb828 Catch exception if not allowed to register service worker 2016-01-12 23:38:56 -08:00
Paulus Schoutsen
7def0c85ef Merge pull request #17 from rmkraus/master
Added volume buttons to media_player more-info
2016-01-12 19:00:35 -08:00
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