core/homeassistant/components/media_player
Sytone d5912f41fb Added play media to squeezebox (#3306)
* Added play media to squeezebox

The squeezebox component can now add a URI to an existing playlist or just over write it to force a stream to play.

* Cleaned up flake8 issues with formatting. 

Spacing... The end of the world! Fixed. Once day the tools will fix this on the fly, one day...

[x] ./homeassistant/components/media_player/squeezebox.py:307:1: W293 blank line contains whitespace
[x] ./homeassistant/components/media_player/squeezebox.py:366:1: W391 blank line at end of file
[x] ./homeassistant/components/media_player/squeezebox.py:366:1: W293 blank line contains whitespace

Updated SUPPORT_SQUEEZEBOX to add SUPPORT_PLAY_MEDIA

[x] ./homeassistant/components/media_player/squeezebox.py:13:1: F401 'homeassistant.components.media_player.SUPPORT_PLAY_MEDIA' imported but unused

* Updates from review

Updated the comments to indicate they are developer / API comments and not for end users.
Marked the private functions with a leading underscore (_)

* Fixed Lint issues. 

202ERROR: InvocationError: '/home/travis/build/home-assistant/home-assistant/.tox/lint/bin/flake8'

203lint runtests: commands[1] | pylint homeassistant

204************* Module homeassistant.components.media_player.squeezebox

205C:322, 0: Trailing whitespace (trailing-whitespace)
2016-09-23 00:05:33 -07:00
..
__init__.py Fix media_player descriptions and select_source (#3030) 2016-08-28 20:00:43 -06:00
braviatv.py Updated braviatv's braviarc version to 0.3.5 (#3271) 2016-09-09 08:38:32 +02:00
cast.py Update pychromecast (#3416) 2016-09-17 22:51:40 -07:00
cmus.py Migrate to voluptuous (#3163) 2016-09-03 20:18:11 -06:00
demo.py add media_player/clear_playlist and line-in/tv support to sonos (#2527) 2016-07-15 09:00:41 -07:00
denon.py issue #3250 2016-09-08 08:43:05 +02:00
directv.py Migrate to voluptuous (#3193) 2016-09-05 09:39:21 -06:00
firetv.py Migrate to voluptuous (#3194) 2016-09-05 09:40:57 -06:00
gpmdp.py short sleep (#3115) 2016-09-13 21:46:11 -07:00
itunes.py Use voluptuous for iTunes (#3344) 2016-09-13 23:01:51 -07:00
kodi.py Added check for channel in kodi media player to play channel from PVR. (#3475) 2016-09-22 23:50:07 -07:00
lg_netcast.py Use extend of PLATFORM_SCHEMA (#3199) 2016-09-05 09:47:53 -06:00
mpchc.py Migrate to voluptuous (#3200) 2016-09-05 11:34:35 -06:00
mpd.py Migrate to voluptuous (#3202) 2016-09-05 09:51:18 -06:00
onkyo.py Implemented onkyo reconnect (#3061) 2016-09-14 18:21:01 -07:00
panasonic_viera.py Migrate to voluptuous (#3207) 2016-09-05 10:03:25 -06:00
pandora.py Better handling for when user hasn't properly configured Pandora client (#2317) 2016-06-18 08:23:35 -07:00
pioneer.py Migrate to voluptuous (#3208) 2016-09-05 10:04:46 -06:00
plex.py Update to latest Plex API, add music support. (#2739) 2016-08-08 08:55:58 -07:00
roku.py Migrate to voluptuous (#3209) 2016-09-05 10:05:27 -06:00
russound_rnet.py Added Russound RNET support (#2591) 2016-07-23 10:51:56 -07:00
samsungtv.py Migrate to voluptuous (#3214) 2016-09-05 19:22:26 +02:00
services.yaml Fix media_player descriptions and select_source (#3030) 2016-08-28 20:00:43 -06:00
snapcast.py Update ordering (#3216) 2016-09-05 22:53:23 +02:00
sonos.py fix bugfix with unique_id (#3217) 2016-09-06 18:31:56 -07:00
squeezebox.py Added play media to squeezebox (#3306) 2016-09-23 00:05:33 -07:00
universal.py add media_player/clear_playlist and line-in/tv support to sonos (#2527) 2016-07-15 09:00:41 -07:00
webostv.py Add webos customize option to add custom sources (#2561) 2016-08-17 23:39:37 -07:00
yamaha.py Add the ability to manually specify a Yamaha AVR via it's IP address (#3451) 2016-09-20 22:26:43 -07:00