mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add my links to network browsers (#38890)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
1cb5e60a67
commit
e987673d55
@ -22,3 +22,12 @@ This {% term integration %} is by default enabled, unless you've disabled or rem
|
||||
# Example configuration.yaml entry
|
||||
dhcp:
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### DHCP Browser
|
||||
|
||||
The **DHCP Browser** displays devices discovered by Home Assistant using various network methods, such as DHCP, ARP + PTR lookups, and router-based device trackers. When a device connects to the network and requests an IP address via DHCP (Dynamic Host Configuration Protocol), Home Assistant can automatically detect it. All devices discovered through these methods will appear in the DHCP Browser.
|
||||
|
||||
To open the DHCP Browser, go to:
|
||||
{% my config_dhcp title="**Settings** > **System** > **Network** > **DHCP Browser**" %}
|
@ -23,6 +23,15 @@ This integration is by default enabled, unless you've disabled or removed the [`
|
||||
ssdp:
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### SSDP/UPnP Browser
|
||||
|
||||
The **SSDP/UPnP Browser** displays devices discovered by Home Assistant using SSDP (Simple Service Discovery Protocol), a core part of the UPnP (Universal Plug and Play) standard. Devices like smart TVs, media servers, and printers often use SSDP to announce themselves on the network. Home Assistant listens for these broadcasts to automatically detect compatible devices.
|
||||
|
||||
To open the SSDP/UPnP Browser, go to:
|
||||
{% my config_ssdp title="**Settings** > **System** > **Network** > **SSDP Browser**" %}
|
||||
|
||||
## Discovered integrations
|
||||
|
||||
The following integrations are automatically discovered by the SSDP integration:
|
||||
|
@ -33,6 +33,13 @@ IPv6 will automatically be enabled if one of the selected interfaces has an IPv6
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Zeroconf Browser
|
||||
|
||||
The **Zeroconf Browser** shows devices discovered by Home Assistant using Zeroconf (also known as mDNS or Bonjour). This method allows devices to advertise their services on the local network without needing a central directory. Home Assistant actively searches for specific services using Zeroconf, and any matching devices will appear in this browser.
|
||||
|
||||
To open the Zeroconf Browser, go to:
|
||||
{% my config_zeroconf title="**Settings** > **System** > **Network** > **Zeroconf Browser**" %}
|
||||
|
||||
### Integrations relying on Zeroconf traffic are unresponsive
|
||||
|
||||
Some integrations rely on Zeroconf traffic to work, for example, the [HomeKit](/integrations/homekit/) integration.
|
||||
|
Loading…
x
Reference in New Issue
Block a user