Skip to content

Commit db7cad3

Browse files
authored
Added port configuration for Pioneer AVRs
1 parent 256fb8b commit db7cad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/media_player.pioneer.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ To add a Pioneer receiver to your installation, add the following to your `confi
2323
media_player:
2424
- platform: pioneer
2525
host: 192.168.0.10
26+
port: 23
2627
```
2728
2829
Configuration variables:
2930
3031
- **host** (*Required*): The IP of the Pioneer device, eg. `192.168.0.10`
3132
- **name** (*Optional*): The name you would like to give to the receiver.
33+
- **port** (*Optional*): The port on which the Pioneer device listens, e.g. `23`(default) or `8102`
3234

0 commit comments

Comments
 (0)