Commit Graph

22 Commits

Author SHA1 Message Date
Paulus Schoutsen a1057681f1 Initial getting rid of HA-JS (#180)
Getting rid of HA-JS
2017-01-29 18:34:45 -08:00
Paulus Schoutsen c4d76b0568 fix missing import 2017-01-20 23:06:54 -08:00
Adam Mills 894c2cd29e Add supportsPlay (#169) 2017-01-09 01:10:21 +01:00
andrey-git 04b510e4b5 Fix lint warnings. (#166) 2016-12-27 21:27:53 +01:00
Paulus Schoutsen b8a7c6624d Add TTS support to more info media player 2016-12-13 22:30:42 -08:00
Paulus Schoutsen c4b17a24a3 Fix imports thanks to polymer-lint 2016-08-02 09:06:22 -07:00
Paulus Schoutsen 30a58b2c26 Fix some bugs 2016-07-22 22:29:24 -07:00
Paulus Schoutsen 617be99db9 Move style into template and fix polylint 2016-07-19 01:40:04 -07:00
Paulus Schoutsen 406c382a3f Move style into templates 2016-07-19 01:19:44 -07:00
Paulus Schoutsen 43940d067a Remove last ES6 2016-07-18 21:28:42 -07:00
Dennis Karpienski 6a8e6a5a08 fixed select input (#51)
the event was fired too often, so the source was always reset
https://github.com/home-assistant/home-assistant/issues/1874
2016-05-07 08:07:36 -07:00
Dennis Karpienski 3e7d774704 removed unused code and added floating label 2016-04-14 09:16:42 +02:00
Dennis Karpienski 5e9ac5d49b fixed style 2016-04-12 17:21:29 +02:00
Dennis Karpienski 87067ea16f code review fixes 2016-04-12 12:12:20 +02:00
Dennis Karpienski bc03090e8a code cleanup 2016-04-11 22:18:42 +02:00
Dennis Karpienski 709b62fd2a added input select to media_player 2016-04-11 18:02:44 +02:00
Paulus Schoutsen ec03e15735 Migrate away from deprecated layout classes 2016-03-28 00:11:52 -07: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
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 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
Paulus Schoutsen 9a5079c15b Upgrade to material design icons 2015-11-03 00:17:24 -08:00
Paulus Schoutsen 8e143c2e44 ES6 Polymer version 2015-07-12 17:31:41 -07:00