From 24c52a886e9cc3591b8a3c40c9cd8062a94a31f3 Mon Sep 17 00:00:00 2001 From: Eric Hagan Date: Sat, 22 Oct 2016 04:05:27 -0500 Subject: [PATCH] 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: https://github.com/home-assistant/home-assistant/pull/3878/commits/10e59bce4c69bf0b60528b22eb07bd53820ab1fe https://github.com/home-assistant/home-assistant/pull/3878/commits/cbea925eb0ea7cf7e79651b7e17893fe298d9bbe in pull request https://github.com/home-assistant/home-assistant/pull/3878 --- source/_components/media_player.pioneer.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/media_player.pioneer.markdown b/source/_components/media_player.pioneer.markdown index 8a810bcaf30..720241193d9 100644 --- a/source/_components/media_player.pioneer.markdown +++ b/source/_components/media_player.pioneer.markdown @@ -29,4 +29,10 @@ Configuration variables: - **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. +- **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.