Skip to content

Add my links to network browsers #38890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/_integrations/dhcp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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**" %}
9 changes: 9 additions & 0 deletions source/_integrations/ssdp.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions source/_integrations/zeroconf.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down