Skip to content

Commit 43890d7

Browse files
OliverLandrash
Oliver
authored andcommitted
New config option "timeout" + additional receivers (home-assistant#3289)
1 parent 1ec94dd commit 43890d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_components/media_player.denonavr.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Supported devices:
2727
- Marantz M-CR603
2828
- Marantz M-RC610
2929
- Marantz SR5008
30+
- Marantz SR6007 - SR6010
3031
- Marantz NR1604
3132
- Other Denon AVR receivers (untested)
3233
- Marantz receivers (experimental)
@@ -44,6 +45,7 @@ media_player:
4445
host: IP_ADDRESS
4546
name: NAME
4647
show_all_sources: True / False
48+
timeout: POSITIVE INTEGER
4749
zones:
4850
- zone: Zone2 / Zone3
4951
name: NAME
@@ -54,6 +56,7 @@ Configuration variables:
5456
- **host** (*Optional*): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.
5557
- **name** (*Optional*): Name of the device. If not set, friendlyName of receiver is used.
5658
- **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.
5760
- **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
5861
- **zone**: Zone which should be activated. Valid options are Zone2 and Zone3
5962
- **name** (*Optional*): Name of the zone. If not set the name of the main device + zone as suffix is taken.

0 commit comments

Comments
 (0)