mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Note that sonos will now try port 1400 first and then increment if it is in use (#13672)
This commit is contained in:
parent
0516aaecd6
commit
2c83f0f003
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user