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
Copy file name to clipboardExpand all lines: source/_components/media_player.denonavr.markdown
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Supported devices:
27
27
- Marantz M-CR603
28
28
- Marantz M-RC610
29
29
- Marantz SR5008
30
+
- Marantz SR6007 - SR6010
30
31
- Marantz NR1604
31
32
- Other Denon AVR receivers (untested)
32
33
- Marantz receivers (experimental)
@@ -44,6 +45,7 @@ media_player:
44
45
host: IP_ADDRESS
45
46
name: NAME
46
47
show_all_sources: True / False
48
+
timeout: POSITIVE INTEGER
47
49
zones:
48
50
- zone: Zone2 / Zone3
49
51
name: NAME
@@ -54,6 +56,7 @@ Configuration variables:
54
56
- **host** (*Optional*): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.
55
57
- **name** (*Optional*): Name of the device. If not set, friendlyName of receiver is used.
56
58
- **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.
59
+
- **timeout** (*Optional*): Timeout for HTTP requests to the receiver. Defaults to 2 seconds if not provided.
57
60
- **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
58
61
- **zone**: Zone which should be activated. Valid options are Zone2 and Zone3
59
62
- **name** (*Optional*): Name of the zone. If not set the name of the main device + zone as suffix is taken.
0 commit comments