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
Wolfgang Ettlinger
4355686bd6
final draft of kodi module
2015-06-17 17:12:15 +02:00
Wolfgang Ettlinger
61638e8b72
Merge branch 'dev' of github.com:balloob/home-assistant into dev
...
Conflicts:
requirements.txt
2015-06-17 13:45:59 +02:00
Wolfgang Ettlinger
cf07939792
first draft of kodi plugin
2015-06-17 13:44:39 +02:00
Paulus Schoutsen
cac1c0d415
Bugfix for media player supported media commands
2015-06-11 00:17:44 -07:00
Paulus Schoutsen
0f4de88b92
Fix PyLint import issue
2015-06-10 23:59:37 -07:00
Paulus Schoutsen
ae847994fc
MPD platform fixes
2015-06-10 23:51:38 -07:00
Paulus Schoutsen
5008b25a2d
Fix MPD media player support
2015-06-08 23:06:41 -07:00
Paulus Schoutsen
90919a66d9
Fix Cast media player support
2015-06-08 22:49:43 -07:00
Paulus Schoutsen
452b082c82
Update media player core
2015-06-08 22:49:32 -07:00
Hans Bakker
66024e5059
Initial update of cast device to MediaPlayerDevice. Added media_seek command and service to MediaPlayerDevice.
2015-06-04 00:17:03 +02:00
Paulus Schoutsen
7f788d6be1
Update media player more info
2015-06-02 23:36:37 -07:00
Paulus Schoutsen
bacff3de8d
Add demo TV show player
2015-06-01 23:53:36 -07:00
Paulus Schoutsen
5eaf3d40ad
Add demo music player
2015-06-01 23:42:19 -07:00
Paulus Schoutsen
a7b79fc8b2
Initial refactor media player
2015-06-01 23:06:46 -07:00
Paulus Schoutsen
dbf2f6223c
Merge branch 'dev' into pr/156
...
Conflicts:
requirements.txt
2015-06-01 23:00:37 -07:00
Fabian Affolter
fb63198688
fix return values, disconnect from mpd, and fix pylint issue
2015-06-01 13:25:55 +02:00
Paulus Schoutsen
3b43fe7431
Fix PyLint issues
2015-05-31 22:13:02 -07:00
Paulus Schoutsen
15c3e2f516
Volume muting fixes
2015-05-31 21:07:58 -07:00
Hans Bakker
81245495ae
Add volume/mute button instead of text label, depends on new pychromecast method. Also I made the power button the only accented button.
2015-05-31 22:27:59 +02:00
Fabian Affolter
26c8d81dbf
add configuration desc
2015-05-31 22:21:11 +02:00
Fabian Affolter
ab4ed2e032
add check
2015-05-31 20:53:19 +02:00
Fabian Affolter
4a25b59d33
add period
2015-05-31 20:53:18 +02:00
Fabian Affolter
453b5a3e8c
add initial mpd
2015-05-31 20:53:18 +02:00
Fabian Affolter
996322a2d3
add date
2015-05-31 20:53:18 +02:00
Paulus Schoutsen
ed46a93848
Fixes for Chromecast volume
...
It was line 119 from cast.py that was driving me crazy
2015-05-31 11:37:54 -07:00
Hans Bakker
c445563ab1
Fix pylint
2015-05-31 13:47:40 +02:00
Hans Bakker
b30bdbfc6a
Initial commit for volume slider in media player more info card
2015-05-31 13:36:28 +02:00
Paulus Schoutsen
0583d63b67
Fix Cast platform detecting it was on while it was not
2015-05-31 01:29:28 -07:00