Michaël Arnauts
0c6ef3b7f9
Try to register a Chromecast anyway, even if it could not be detected by get_chromecasts(), since it might be on a other network. Fixes #4469 . ( #4470 )
2016-11-22 22:16:01 -08:00
Paulus Schoutsen
0f59bb208c
Migrate callbacks to use schedule_update_ha_state ( #4426 )
...
* Migrate callbacks to use schedule_update_ha_state
* Migrate MQTT sensor callback to async
* Migrate wemo to not update inside schedule_update_ha_state
* Make MQTT switch async
* Fix nx584 test
* Migrate tellstick callback
* Migrate vera callback
* Alarm control panel - manual: use async callbacks
* Run the switch rest tests that work
2016-11-17 07:34:46 -08:00
Paulus Schoutsen
ee5f228309
Make services yield ( #4187 )
...
* Make services yield
* Disable pylint abstract-method check
* add input_select
* add input_slider
* change to async vers.
* fix lint
* yield on add_entities as other components does
2016-11-03 18:32:14 -07:00
Fabian Affolter
be272ac64a
Disable too-many-* ( #4107 )
...
* Disable too-many-* and too-few-public-methods
* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01:00
Jan Harkes
4d716cec2b
Bump pychromecast dependency to 0.7.6 ( #3864 )
2016-10-13 21:24:54 -07:00
Vittorio Monaco
e031b8078f
Fixes an issue where Chromecast audio groups were not properly discovered ( #3630 )
...
* Fixes an issue where Chromecast audio groups were not properly discovered
* Forgot to commit the main fix
* Removes unused variable
* Doesn't use a protected API anymore
* PR remarks
* Fixes tests, adds comment
* Restores line as it was in the original commit, rephrases comment
* Should fix lint issues
* Trailing whitespace
* Some more lint
2016-10-13 08:51:43 -07:00
Lewis Juggins
81928b1a6b
Update pychromecast ( #3416 )
2016-09-17 22:51:40 -07:00
Fabian Affolter
2aab77a486
Migrate to voluptuous ( #3164 )
...
🐬
2016-09-03 20:14:28 -06:00
Michaël Arnauts
868c08e34b
Add stop command to google cast component ( #2269 )
...
* Add stop command to google cast component
* Add SUPPORT_STOP capabilities to google cast component
2016-06-10 21:12:50 -07:00
Alexander Fortin
a4409da700
Add add_uri_to_queue support to (sonos) media player ( #1946 )
...
Sonos (SoCo) supports add_uri_to_queue capability, making it possible
to stream media available via HTTP for example. This patch extends
media_player component and sonos platform to support this feature
2016-05-19 23:30:19 -07:00
Fabian Affolter
cf7c2c492a
Fix PEP257 issues
2016-03-08 10:34:33 +01:00
Paulus Schoutsen
a687a3decb
Update pychromecast 0.7.2
2016-03-03 21:59:27 -08:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Paulus Schoutsen
8be9aaba4f
Fix Chromecast discovery
2016-02-04 21:36:37 -08:00
Paulus Schoutsen
e7e540d4bb
Clean up and test media player
2016-02-02 00:31:36 -08:00
Paulus Schoutsen
c8bfd27182
No longer ignore ports for Chromecasts
2016-02-01 21:07:33 -08:00
Paulus Schoutsen
90c392e270
Upgrade PyChromecast version
2016-01-23 17:29:40 -08:00
Paulus Schoutsen
438e78610d
Update PyChromecast dependency
2016-01-09 16:21:08 -08:00
Paulus Schoutsen
824dd60aef
Upgrade PyChromecast version
2015-12-18 08:58:13 -08:00
Paulus Schoutsen
0369f5153e
Disable pychromecast in requirements all because protobuf dep fails on CI
2015-12-17 09:16:36 -08:00
David Edmundson
d16526739c
Add PlayMedia support to Chromecast
2015-12-14 23:53:46 +00:00
Fabian Affolter
97f9f8aa49
Update link to docs (Jekyll 3 update)
2015-11-09 13:12:18 +01:00
Fabian Affolter
75f737144a
Remove configuration details
2015-10-23 18:24:07 +02:00
Jon Maddox
c4f8017a3f
silence warning
2015-10-07 00:56:36 -04:00
Fabian Affolter
fc21451446
Update docstring
2015-09-09 10:47:09 +02:00
Fabian Affolter
1d910f3a84
Update docstring (config file) and attempt to honor PEP0257 more
2015-09-07 18:35:00 +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
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
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
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
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
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
Paulus Schoutsen
afd99a0c6c
Media Player and cast improvements
2015-05-31 00:38:14 -07:00
Paulus Schoutsen
678be46bb9
Add more info card for media player
2015-05-30 14:02:46 -07:00
Paulus Schoutsen
197611fe8e
Upgrade cast entity from polling to pushing state
2015-05-30 12:35:35 -07:00
Paulus Schoutsen
e74806ab70
Fix Google Cast discovery
2015-05-30 11:41:39 -07:00
Paulus Schoutsen
6d125a8dfb
Update missing dependency code for Cast
2015-05-30 10:54:27 -07:00
Paulus Schoutsen
f1843a57e0
media_player.cast: support thumbnail + title
2015-05-30 00:52:33 -07:00
Paulus Schoutsen
b50216600b
Update cast integration
2015-05-29 22:36:40 -07:00
Hans Bakker
ac8a2d03d8
Fix play_pause command
2015-05-29 22:31:52 +02:00