diff --git a/source/_components/media_player.denonavr.markdown b/source/_components/media_player.denonavr.markdown index 5fba91daf5e..b95cf5899b3 100644 --- a/source/_components/media_player.denonavr.markdown +++ b/source/_components/media_player.denonavr.markdown @@ -27,6 +27,7 @@ Supported devices: - Marantz M-CR603 - Marantz M-RC610 - Marantz SR5008 +- Marantz SR6007 - SR6010 - Marantz NR1604 - Other Denon AVR receivers (untested) - Marantz receivers (experimental) @@ -44,6 +45,7 @@ media_player: host: IP_ADDRESS name: NAME show_all_sources: True / False + timeout: POSITIVE INTEGER zones: - zone: Zone2 / Zone3 name: NAME @@ -54,6 +56,7 @@ Configuration variables: - **host** (*Optional*): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used. - **name** (*Optional*): Name of the device. If not set, friendlyName of receiver is used. - **show_all_sources** (*Optional*): If True all sources are displayed in sources list even if they are marked as deleted in the receiver. If False deleted sources are not displayed (default). Some receivers have a bug that marks all sources as deleted in the interface. In this case this option could help. +- **timeout** (*Optional*): Timeout for HTTP requests to the receiver. Defaults to 2 seconds if not provided. - **zones** (*Optional*): List of additional zones to be activated. They are displayed as additional media players with the same functionality Main Zone of the device supports - **zone**: Zone which should be activated. Valid options are Zone2 and Zone3 - **name** (*Optional*): Name of the zone. If not set the name of the main device + zone as suffix is taken.