mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Added port configuration for Pioneer AVRs (#1246)
* Added port configuration for Pioneer AVRs * Note about Pioneer AVR port, remove example port. * Adding timeout option and a note. For commits:10e59bce4c
cbea925eb0
in pull request https://github.com/home-assistant/home-assistant/pull/3878
This commit is contained in:
parent
04c77dfbe7
commit
24c52a886e
@ -29,4 +29,10 @@ Configuration variables:
|
|||||||
|
|
||||||
- **host** (*Required*): The IP of the Pioneer device, eg. `192.168.0.10`
|
- **host** (*Required*): The IP of the Pioneer device, eg. `192.168.0.10`
|
||||||
- **name** (*Optional*): The name you would like to give to the receiver.
|
- **name** (*Optional*): The name you would like to give to the receiver.
|
||||||
|
- **port** (*Optional*): The port on which the Pioneer device listens, e.g. `23` (default) or `8102`
|
||||||
|
- **timeout** (*Optional*): Number of seconds (float) to wait for blocking operations like connect, write, and read.
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
- Some Pioneer AVRs use the port 23 default and some are reported to use 8102.
|
||||||
|
- `timeout` is a socket level option and should only be configured if you know what you are doing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user