Dan Klaffenbach
b4e5695bbd
Bump to denonavr 0.7.3 ( #14907 )
...
Closes #14792
See #14794
2018-06-10 13:00:14 +02:00
Oliver
c050eb4100
Pushed to version 0.7.2 of denonavr ( #14551 )
2018-05-20 09:50:12 +02:00
Oliver
21d8ecdacd
Bugfix: Update of sources for non AVR-X devices always fails ( #12711 )
...
* Basic support of post 2016 AVR-X receivers
* Bugfix: Update of sources for non AVR-X devices always fails
2018-02-26 22:44:11 -08:00
Oliver
28fec209e0
Basic support of post 2016 AVR-X receivers ( #12569 )
2018-02-20 23:09:14 -08:00
Paulus Schoutsen
3fd61d8f45
Update voluputous ( #12463 )
...
* Update voluputous
* Fix http config
* Fix optional with default=None
* Optional, default=none
* Fix defaults in voluptuous schemas
* Fix tests
* Fix update error
* Lint
2018-02-17 10:29:14 +01:00
Oliver
3a246df544
Don't repeat getting receiver name on each update / pushed to denonavr 0.5.5 ( #10915 )
2017-12-03 21:51:32 +01:00
Oliver
ed70fc9322
Added support for Denon AVR-4810. ( #9887 )
2017-10-17 10:04:35 +02:00
Oliver
8d5f6723ce
Added configurable timeout for receiver HTTP requests | Additional AV… ( #9244 )
...
* Added configurable timeout for receiver HTTP requests | Additional AVR-X detection based on CommApiVers | Treat Marantz SR6007 - SR6010 as AVR-X device
* timeout value not passed correctly
2017-09-01 09:15:47 +02:00
Oliver
3be0103259
Marrantz SR5006 & SR5006 treated as AVR-X device | Fixed Mapping of Media Player and AUX input functions ( #8409 )
2017-07-08 16:02:59 +02:00
Paulus Schoutsen
5779d64e98
Fix some issues for PyLint 1.7.2 ( #8356 )
...
* Fix some issues for PyLint 1.7.2
* More fixes
* Revert position change for cover
2017-07-05 20:02:16 -07:00
Oliver
1b563b0640
Pushed to version 0.5.1 of the library ( #8190 )
2017-06-24 12:14:57 -07:00
Oliver
2e3b279873
Add support of Zone2 and Zone3 ( #8025 )
...
* Add support of Zone2 and Zone3
* Changes from balloobs feedback
2017-06-21 22:54:10 -07:00
Oliver
1f226cffe9
Bugfixing with version 0.4.4 of denonavr ( #7995 )
2017-06-11 12:02:32 +02:00
Oliver
482db94372
Add option to display all input sources / Add support for favourite channels / Treat Marantz SR5008 as Denon AVR-X device ( #7949 )
...
* add option to display all sources / pushed to version 0.4.3 of library
* Add show_all_sources option for auto discovery too
* change code style for hass
* fix lint
2017-06-08 09:46:26 +02:00
Oliver
1f3bb51821
Add Marantz SSDP discovery / Detect error string in AppCommand.xml body ( #7779 )
2017-05-29 10:26:10 +02:00
Oliver
419d97fc06
Fixed potential AttributeError when checking for deleted sources ( #7502 )
2017-05-09 07:24:18 +02:00
Fabian Affolter
a4f1f6e724
Update docstrings ( #7374 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstring
* Update docstrings
* Update docstrings
* Fix lint issues
* Update docstrings
* Revert changes in dict
2017-05-02 09:18:47 -07:00
Oliver
4cd024d91e
Pushed to version 0.4.0 of denonavr which also includes experimental support for Marantz receivers ( #7250 )
2017-04-23 21:00:00 +02:00
Paulus Schoutsen
edf500e66b
Upgrade netdisco to 1.0.0rc2 ( #7008 )
...
* Upgrade netdisco to 1.0.0rc2
* fix tests
2017-04-11 20:10:02 -07:00
Adam Mills
ecfe8e0a9a
Formalize supported_features as entity property ( #5794 )
...
* Formalize supported_features as entity property
* Remove extra emulated_hue conditions
* Generate log message in executor
2017-02-07 20:42:45 -08:00
Anton Lundin
fd5c2ad08f
Denon improvements ( #5251 )
...
* denonavr: Expose input as title when in non playing modes
Signed-off-by: Anton Lundin <glance@acc.umu.se>
* denon: Pop from the intended end of the list
Pop from front of list, so we start with NSE0, then NSE1X and so on.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
* denonavr: Don't provide broken media_url's
Only return a media_url if we're in a state that might provide one.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
* denonavr: Only expose player support when in a player mode
This changes so the denonavr only exposes the media player support, when
in a mode that supports media playing.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
2017-01-16 23:04:50 -08:00
Adam Mills
469472914b
Add SUPPORT_PLAY flag ( #5181 )
...
* Add SUPPORT_PLAY flag
* Add SUPPPORT_PLAY to existing media players
* Leave usage of new flag to device devs
2017-01-09 01:09:30 +01:00
Oliver
8e61fab579
Pushed to another version of denonavr library with fixes for AVR-nonX devices ( #5156 )
2017-01-04 00:02:44 +01:00
Oliver
dc551b825f
Added a volume set option and autodiscovery functions to Denon AVR rece… ( #4845 )
...
* Added Volume Set option and autodiscovery functions to Denon AVR receivers
* Corrected issues in SSDP discovery and in case no host could be discovered
* Corrected discovery handling / added denonavr to discovery platform
* No needless discoveries anymore / add_devices() with list instead of loop
2016-12-13 20:04:40 -08:00
Oliver
248a90b71d
Added denon media player controls via denonavr library ( #4580 )
...
* Added denonavr module again
* Edited requirements_all.txt
* Edited .coveragerc
* Fixed error with AUX1 input source in library
* Adding device should not fail on connection timeout
* Changed method to select source
* Update requirements_all.txt
2016-11-27 22:13:22 -08:00