Jon Maddox
705238eb78
dat slash
2015-09-12 00:23:12 -04:00
Jon Maddox
2b6e0da405
add docstring
2015-09-12 00:23:04 -04:00
Jon Maddox
9d750368ff
moar style fixes
2015-09-12 00:16:51 -04:00
Paulus Schoutsen
7252861b83
Merge pull request #350 from rhooper/sonos
...
rudimentary sonos support
2015-09-11 21:00:53 -07:00
Roy Hooper
db2140782f
follow proper calling convention for track_utc_time_change callback
2015-09-11 23:57:34 -04:00
Jon Maddox
b9f5ec9e2c
style fixes
2015-09-11 23:49:43 -04:00
Jon Maddox
cb3f14a862
add iTunes component
2015-09-11 23:06:03 -04:00
Roy Hooper
e9367d5369
use own track_utc_time_change to poll every 5 seconds
2015-09-11 22:44:37 -04:00
Roy Hooper
c3dd94ba04
remove unnecessary self.update_ha_state calls
2015-09-11 22:43:55 -04:00
Paulus Schoutsen
6624cfefd6
Update kodi error reporting
2015-09-11 18:03:02 -07:00
Roy Hooper
350ed9f764
remove and disable pylint: disable=abstract-method for play_youtube()
2015-09-11 19:48:34 -04:00
Roy Hooper
3679a8078a
put back play_youtube override
2015-09-11 19:44:18 -04:00
Roy Hooper
a25f7eed2b
Enable polling and fix metadata updating.
...
Remove unnecessary methods.
Include SoCo in requirements_all.txt for CI.
Lock down SoCo version to 0.11.1
Add sonos.py to exclusions in .coveragerc
2015-09-11 19:38:42 -04:00
Roy Hooper
ae058b7847
tidy up formatting to make travis happy.
2015-09-11 18:55:23 -04:00
Roy Hooper
aa74c4e57a
fix initialization
2015-09-11 18:52:31 -04:00
Roy Hooper
1b874c603b
rudimentary sonos support
2015-09-11 18:44:42 -04:00
MakeMeASandwich
117a0018a5
media_player: remove debug messages, change IDLE to ON
2015-09-09 19:41:57 +02:00
MakeMeASandwich
34a6524019
Merge branch 'dev' of https://github.com/balloob/home-assistant into dev
2015-09-09 19:37:48 +02:00
Fabian Affolter
fc21451446
Update docstring
2015-09-09 10:47:09 +02:00
Per Sandstrom
2fb2d5c1d6
use id instead of name when updating players
2015-09-08 20:59:54 +02:00
Fabian Affolter
1d910f3a84
Update docstring (config file) and attempt to honor PEP0257 more
2015-09-07 18:35:00 +02:00
MakeMeASandwich
c7a8f5d6ca
media_player: add Denon remote support
2015-09-06 12:07:12 +02:00
Paulus Schoutsen
335eb10d11
Merge pull request #295 from renekliment/mpd-pause-fix
...
fixes MPD play/pause
2015-08-30 14:55:20 -07:00
René Kliment
62f6576e19
fixes MPD play/pause
2015-08-30 16:11:44 +02:00
René Kliment
41011f0c95
support for MPD password authorization
2015-08-30 15:53:40 +02:00
Paulus Schoutsen
9ecac9e934
Upgrade media_player.cast dependency
2015-08-30 01:09:11 -07:00
Ryan Kraus
893ae15042
Changed component REQUIREMENTS to absolute versions.
2015-08-29 21:39:50 -04:00
Paulus Schoutsen
517d4b35ed
Update Cast dependency to latest version
2015-08-23 17:18:21 -07:00
Paulus Schoutsen
bf9d067a7d
Configure Cast platform host via config
2015-08-17 22:38:10 -07:00
Paulus Schoutsen
0901ed4659
Merge pull request #242 from persandstrom/squeezebox
...
Squeezebox
2015-08-08 12:30:45 -07:00
Fabian Affolter
6b30fc714c
update header
2015-08-06 18:34:20 +02:00
Per Sandstrom
b681cf2eaa
removed unnecessary log row
2015-08-06 09:27:23 +02:00
Per Sandstrom
9ead39e703
added turn on/off support
2015-08-06 09:05:27 +02:00
Per Sandstrom
393e88e732
add to .coveragerc
2015-08-05 22:25:03 +02:00
Per Sandstrom
03f93063f8
fixed flake8 issues
2015-08-05 20:09:20 +02:00
Per Sandstrom
eb83621fce
fixing pylint issues
2015-08-05 20:02:39 +02:00
Paulus Schoutsen
b2cfce7243
Merge branch 'dev' into cleanup
...
Conflicts:
.coveragerc
2015-08-05 06:51:39 -07:00
Per Sandstrom
db2cbf33c3
Added support for multiple players
2015-08-05 13:49:45 +02:00
Per Sandstrom
30e24296c4
Fixed flake8
2015-08-04 20:30:01 +02:00
Per Sandstrom
e6c09f7413
Fixed bug with password protected LMS
2015-08-04 20:08:48 +02:00
Per Sandstrom
4284a3f5dc
Fixed pylint conventions
2015-08-04 19:35:53 +02:00
Per Sandstrom
bed30a5307
added support for logitech squeezebox
2015-08-04 17:22:56 +02:00
Paulus Schoutsen
4096a67251
Built-in component cleanup
2015-08-03 17:42:28 +02:00
Paulus Schoutsen
3efb1e4ac9
Port netdisco from external to requirements.txt
2015-07-20 00:07:01 -07:00
Paulus Schoutsen
b6fd282143
Merge remote-tracking branch 'origin/dev' into auto-dependency
...
Conflicts:
homeassistant/components/media_player/cast.py
2015-07-10 21:48:01 -07:00
Paulus Schoutsen
afeb2cfc09
Update package requirement for Chromecast
2015-07-10 21:35:48 -07:00
Ryan Kraus
67135a7150
Implimented Ignore CEC for Chromecasts
...
1) Added the ability to ignore CEC data from Chromecasts using pending
updates to PyChromecast library.
2) Modified cast device to not allow the same device to be imported
twice. This can happen when cast is setup as a media_player in the
config when the discovery component is active.
2015-07-10 00:29:07 -04:00
Paulus Schoutsen
940b2998ea
Add REQUIREMENTS list to components
2015-07-07 00:01:46 -07:00
Wolfgang Ettlinger
2017228503
clear all data when kodi is off
2015-06-18 11:46:02 +02:00
Wolfgang Ettlinger
689255dec0
fix detection of when Kodi is off/unreachable
2015-06-18 11:42:35 +02:00