Skip to content

Commit 18ba646

Browse files
authored
Apply suggestions from code review
1 parent 9d0d673 commit 18ba646

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/_integrations/dhcp.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ dhcp:
3030
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.
3131
3232
To open the DHCP Browser, go to:
33-
{% my dhcp_config title="Settings > System > Network > DHCP Browser" %}
33+
{% my config_dhcp title="Settings > System > Network > DHCP Browser" %}

source/_integrations/ssdp.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ssdp:
3030
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.
3131
3232
To open the SSDP/UPnP Browser, go to:
33-
{% my ssdp_config title="Settings > System > Network > SSDP Browser" %}
33+
{% my config_ssdp title="Settings > System > Network > SSDP Browser" %}
3434
3535
## Discovered integrations
3636

source/_integrations/zeroconf.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ IPv6 will automatically be enabled if one of the selected interfaces has an IPv6
3838
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.
3939
4040
To open the Zeroconf Browser, go to:
41-
{% my zeroconf_config title="Settings > System > Network > Zeroconf Browser" %}
41+
{% my config_zeroconf title="Settings > System > Network > Zeroconf Browser" %}
4242
4343
### Integrations relying on Zeroconf traffic are unresponsive
4444

0 commit comments

Comments
 (0)