Note that sonos will now try port 1400 first and then increment if it is in use (#13672)

This commit is contained in:
J. Nick Koston 2020-06-05 12:34:24 -05:00 committed by Franck Nijhof
parent 85b2b2669a
commit 446e5bf56c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -149,7 +149,7 @@ sonos:
interface_addr: 192.0.2.1
```
The Sonos speakers will attempt to connect back to Home Assistant to deliver change events (using TCP port 1400). You can change the IP address that Home Assistant advertises to Sonos speakers. This can help in NAT scenarios such as when _not_ using the Docker option `--net=host`:
The Sonos speakers will attempt to connect back to Home Assistant to deliver change events. By default, Home Assistant will listen on port 1400 but will try the next 100 ports above 1400 if it is in use. You can change the IP address that Home Assistant advertises to Sonos speakers. This can help in NAT scenarios such as when _not_ using the Docker option `--net=host`:
```yaml
# Example configuration.yaml entry modifying the advertised host address
sonos: