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 GitHub
parent 0516aaecd6
commit 2c83f0f003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: