diff --git a/source/_components/media_player.denon.markdown b/source/_components/media_player.denon.markdown index bef525cbb45b..f6c4ec6ac4cf 100644 --- a/source/_components/media_player.denon.markdown +++ b/source/_components/media_player.denon.markdown @@ -22,9 +22,17 @@ Supported devices: - Denon RCD-N8 (untested) - Denon RCD-N9 (partial support) - Denon AVR receivers with integrated Network support (partial support) +- Denon AVR-X2000 (via denonavr platform) +- Denon AVR-X2100W (via denonavr platform) - Denon AVR-X4100W (via denonavr platform) -- Denon AVR receivers (via denonavr platform (untested)) +- Denon AVR-1912 (via denonavr platform) +- Denon AVR-2312CI (via denonavr platform) +- Denon AVR-3311CI (via denonavr platform) +- Marantz M-CR603 (via denonavr platform) - Marantz M-RC610 (via denonavr platform) +- Marantz SR5008 (via denonavr platform) +- Marantz NR1604 (via denonavr platform) +- Other Denon AVR receivers (via denonavr platform (untested)) - Marantz receivers (experimental via denonavr platform)
@@ -60,12 +68,21 @@ A few notes for platform: denon
 media_player:
   - platform: denonavr
     host: IP_ADDRESS
+    name: NAME
+    show_all_sources: True / False
+    zones:
+      - zone: Zone2 / Zone3
+        name: NAME
 ```
 
 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.
+- **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.
 
 A few notes for platform: denonavr
 - Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform.