You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Other Denon AVR receivers (via denonavr platform (untested))
28
36
- Marantz receivers (experimental via denonavr platform)
29
37
30
38
<preclass='note'>
@@ -60,12 +68,21 @@ A few notes for platform: denon
60
68
media_player:
61
69
- platform: denonavr
62
70
host: IP_ADDRESS
71
+
name: NAME
72
+
show_all_sources: True / False
73
+
zones:
74
+
- zone: Zone2 / Zone3
75
+
name: NAME
63
76
```
64
77
65
78
Configuration variables:
66
79
67
80
- **host** (*Optional*): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.
68
81
- **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.
69
86
70
87
A few notes for platform: denonavr
71
88
- Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform.
0 commit comments