mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Better explain when DHCP discovery data will be available (#25250)
It was pointed out that users likely may not know what DHCP is and wonder why the data is not available yet.
This commit is contained in:
parent
05b49e8c80
commit
5b3b17ef6d
@ -6395,7 +6395,7 @@
|
||||
},
|
||||
"discovery": {
|
||||
"dhcp": "DHCP browser",
|
||||
"dhcp_info": "The DHCP browser displays devices discovered by Home Assistant via DHCP, ARP+PTR lookups, and router-based device trackers. All detected devices by these methods will appear here.",
|
||||
"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",
|
||||
"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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user