Skip to content

Commit 14d944d

Browse files
OliverLandrash
Oliver
authored andcommitted
Description for new http interface added (home-assistant#1411)
* Description for new http interface added Added a very short description and configuration example for my new denon_http interface * Update media_player.denon.markdown * Update media_player.denon.markdown
1 parent 101b858 commit 14d944d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/_components/media_player.denon.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,28 @@ 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-X4100W (via denonavr platform)
26+
- Denon AVR receivers (via denonavr platform (untested))
27+
2528

2629
To add a Denon Network Receiver to your installation, add the following to your `configuration.yaml` file:
2730

31+
Telnet interface
2832
```yaml
2933
# Example configuration.yaml entry
3034
media_player:
3135
- platform: denon
3236
host: IP_ADDRESS
3337
```
38+
39+
denonavr interface
40+
```yaml
41+
# Example configuration.yaml entry
42+
media_player:
43+
- platform: denonavr
44+
host: IP_ADDRESS
45+
```
46+
3447
Configuration variables:
3548
3649
- **host** (*Required*): IP address of the device. Example: 192.168.1.32
@@ -43,3 +56,5 @@ A few notes:
4356
- To be able to wake up the receiver, activate the "remote" setting in the receiver's settings.
4457
- Play and pause are supported, toggling is not possible.
4558
- Seeking cannot be implemented as the UI sends absolute positions. Only seeking via simulated button presses is possible.
59+
- Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform
60+
- denonavr platform supports some additional functionalities like album covers and is supporting more than simultaneous one connection

0 commit comments

Comments
 (0)