From c74ad0c11b6edb16ca9ed8b033155ef37ab284cf Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 8 Jun 2017 00:35:58 +0200 Subject: [PATCH 1/2] Update media_player.denon.markdown --- source/_components/media_player.denon.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/_components/media_player.denon.markdown b/source/_components/media_player.denon.markdown index bef525cbb45b..8fb308cab7a0 100644 --- a/source/_components/media_player.denon.markdown +++ b/source/_components/media_player.denon.markdown @@ -22,9 +22,16 @@ 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) +- Other Denon AVR receivers (via denonavr platform (untested)) - Marantz receivers (experimental via denonavr platform)
@@ -60,12 +67,14 @@ A few notes for platform: denon
 media_player:
   - platform: denonavr
     host: IP_ADDRESS
+    show_all_sources: True / False
 ```
 
 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.
 
 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.

From a7a77dc2b9dc04e4ae2e8a2530bb054ad6bffd16 Mon Sep 17 00:00:00 2001
From: Oliver 
Date: Wed, 14 Jun 2017 04:02:23 +0200
Subject: [PATCH 2/2] Create media_player.denon.markdown

---
 source/_components/media_player.denon.markdown | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/source/_components/media_player.denon.markdown b/source/_components/media_player.denon.markdown
index 8fb308cab7a0..f6c4ec6ac4cf 100644
--- a/source/_components/media_player.denon.markdown
+++ b/source/_components/media_player.denon.markdown
@@ -31,6 +31,7 @@ Supported devices:
 - 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)
 
@@ -67,7 +68,11 @@ 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:
@@ -75,6 +80,9 @@ 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.