Skip to content

Commit 34b4440

Browse files
authored
Adding timeout option and a note.
For commits: home-assistant/core@10e59bc home-assistant/core@cbea925 in pull request home-assistant/core#3878
1 parent f062a09 commit 34b4440

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/_components/media_player.pioneer.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Configuration variables:
3030
- **host** (*Required*): The IP of the Pioneer device, eg. `192.168.0.10`
3131
- **name** (*Optional*): The name you would like to give to the receiver.
3232
- **port** (*Optional*): The port on which the Pioneer device listens, e.g. `23` (default) or `8102`
33+
- **timeout** (*Optional*): Number of seconds (float) to wait for blocking operations like connect, write, and read.
3334

34-
Note:
35-
Some Pioneer AVRs use the port 23 default and some are reported to use 8102.
35+
Notes:
36+
37+
- Some Pioneer AVRs use the port 23 default and some are reported to use 8102.
38+
- `timeout` is a socket level option and should only be configured if you know what you are doing.

0 commit comments

Comments
 (0)