From 604c00d772de272d86513b99c79b28d7ed75b6c4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 7 May 2025 04:40:38 -0400 Subject: [PATCH] Update network browser descriptions (#25345) --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 69b6e55f76..6d9e99d474 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6407,11 +6407,11 @@ "title": "Network discovery", "description": "Explore what data Home Assistant can see on the network.", "dhcp": "DHCP browser", - "dhcp_info": "Show devices detected by Home Assistant using methods like DHCP, ARP+PTR lookups, and router-based device trackers. DHCP (Dynamic Host Configuration Protocol) data is received when devices join the network and request an IP address.", + "dhcp_info": "Show devices detected using methods like DHCP, ARP+PTR lookups, and router-based device trackers.", "ssdp": "SSDP browser", - "ssdp_info": "Show devices discovered by Home Assistant using SSDP/UPnP. Devices that Home Assistant has discovered will appear here.", + "ssdp_info": "Show devices discovered using SSDP/UPnP.", "zeroconf": "Zeroconf browser", - "zeroconf_info": "Show devices discovered by Home Assistant using mDNS. Only devices that Home Assistant is actively searching for will appear here." + "zeroconf_info": "Show services discovered using mDNS. Does not include services unknown to Home Assistant." }, "network_adapter": "Network adapter", "network_adapter_info": "Configure which network adapters integrations will use. Currently this setting only affects multicast traffic. A restart is required for these settings to apply.",