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
This commit is contained in:
Jens 2019-01-08 17:24:51 +01:00 committed by Fabian Affolter
parent 27b1bdc0ac
commit c61920c83d

View File

@ -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.