diff --git a/source/_integrations/sonos.markdown b/source/_integrations/sonos.markdown index fc4e5b3135a..e1a5b8485cc 100644 --- a/source/_integrations/sonos.markdown +++ b/source/_integrations/sonos.markdown @@ -269,14 +269,7 @@ sonos: - 192.0.2.27 ``` -If your Home Assistant instance has multiple IP addresses, you can provide the IP address that should be used for Sonos auto-discovery. This is rarely needed since all addresses should be tried by default. - -```yaml -# Example configuration.yaml entry using Sonos discovery on a specific interface -sonos: - media_player: - interface_addr: 192.0.2.1 -``` +If your Home Assistant instance has multiple IP addresses, you can enable the IP address that should be used for Sonos auto-discovery with the [Network](/integrations/network/) integration. This should only be necessary if the Sonos speakers are on a network segment not reachable from the default interface. 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`: