Skip to content

Commit ba837e3

Browse files
Oliverballoob
Oliver
authored andcommitted
New configuration option / new supported devices (#2786)
* Update media_player.denon.markdown * Create media_player.denon.markdown
1 parent d6e2907 commit ba837e3

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

source/_components/media_player.denon.markdown

+18-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,17 @@ Supported devices:
2222
- Denon RCD-N8 (untested)
2323
- Denon RCD-N9 (partial support)
2424
- Denon AVR receivers with integrated Network support (partial support)
25+
- Denon AVR-X2000 (via denonavr platform)
26+
- Denon AVR-X2100W (via denonavr platform)
2527
- Denon AVR-X4100W (via denonavr platform)
26-
- Denon AVR receivers (via denonavr platform (untested))
28+
- Denon AVR-1912 (via denonavr platform)
29+
- Denon AVR-2312CI (via denonavr platform)
30+
- Denon AVR-3311CI (via denonavr platform)
31+
- Marantz M-CR603 (via denonavr platform)
2732
- Marantz M-RC610 (via denonavr platform)
33+
- Marantz SR5008 (via denonavr platform)
34+
- Marantz NR1604 (via denonavr platform)
35+
- Other Denon AVR receivers (via denonavr platform (untested))
2836
- Marantz receivers (experimental via denonavr platform)
2937

3038
<pre class='note'>
@@ -60,12 +68,21 @@ A few notes for platform: denon
6068
media_player:
6169
- platform: denonavr
6270
host: IP_ADDRESS
71+
name: NAME
72+
show_all_sources: True / False
73+
zones:
74+
- zone: Zone2 / Zone3
75+
name: NAME
6376
```
6477
6578
Configuration variables:
6679
6780
- **host** (*Optional*): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.
6881
- **name** (*Optional*): Name of the device. If not set, friendlyName of receiver is used.
82+
- **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.
83+
- **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
84+
- **zone**: Zone which should be activated. Valid options are Zone2 and Zone3
85+
- **name** (*Optional*): Name of the zone. If not set the name of the main device + zone as suffix is taken.
6986
7087
A few notes for platform: denonavr
7188
- Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform.

0 commit comments

Comments
 (0)