From c61920c83dbef981c3d358a05d663dd923898aad Mon Sep 17 00:00:00 2001 From: Jens Date: Tue, 8 Jan 2019 17:24:51 +0100 Subject: [PATCH] Added some details about port 1400 usage (#8089) * Added some details about port 1400 usage As identified on https://github.com/home-assistant/home-assistant.io/issues/8067 the documentation could be enhanced to give some reference on the usage of port 1400 within this component which originates from the SoCo lib and configuration. * Minor changes --- source/_components/sonos.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_components/sonos.markdown b/source/_components/sonos.markdown index 5d3c70c88f7..3cbd64e519e 100644 --- a/source/_components/sonos.markdown +++ b/source/_components/sonos.markdown @@ -134,3 +134,10 @@ sonos: - 192.0.2.26 - 192.0.2.27 ``` + +## {% linkable_title Additional information %} + +This component is using the [SoCo](https://github.com/SoCo/SoCo) project. + +To be able to support the Sonos components and features it is mandatory to have TCP port 1400 opened. This port is used to receive events about changes on the Sonos network. For more details please see the [SoCo documentation](https://github.com/SoCo/SoCo) and source code of the SoCo project. +