+
+
+ `
+ )}
+
+
+ `
: ""}
@@ -68,14 +89,15 @@ class HaConfigSectionNetwork extends LitElement {
supervisor-network,
ha-config-url-form,
ha-config-network,
- ha-config-network-dhcp,
- ha-config-network-ssdp,
- ha-config-network-zeroconf {
+ .discovery-card {
display: block;
margin: 0 auto;
margin-bottom: 24px;
max-width: 600px;
}
+ .discovery-card ha-md-list {
+ padding-top: 0;
+ }
`;
}
diff --git a/src/translations/en.json b/src/translations/en.json
index af02f16e77..4ceef74c9b 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -6399,15 +6399,14 @@
}
},
"discovery": {
+ "title": "Network discovery",
+ "description": "Explore what data Home Assistant can see on the network.",
"dhcp": "DHCP browser",
- "dhcp_info": "The DHCP browser shows 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, allowing Home Assistant to discover them automatically. All devices found through these methods will appear here.",
- "dhcp_browser": "View 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.",
"ssdp": "SSDP browser",
- "ssdp_info": "The SSDP browser shows devices discovered by Home Assistant using SSDP/UPnP. Devices that Home Assistant has discovered will appear here.",
- "ssdp_browser": "View SSDP browser",
+ "ssdp_info": "Show devices discovered by Home Assistant using SSDP/UPnP. Devices that Home Assistant has discovered will appear here.",
"zeroconf": "Zeroconf browser",
- "zeroconf_info": "The Zeroconf browser shows devices discovered by Home Assistant using mDNS. Only devices that Home Assistant is actively searching for will appear here.",
- "zeroconf_browser": "View Zeroconf browser"
+ "zeroconf_info": "Show devices discovered by Home Assistant using mDNS. Only devices that Home Assistant is actively searching for will appear here."
},
"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.",