mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix spelling of "comma-separated (network addresses)" in nmap_tracker
(#144197)
This commit is contained in:
parent
87fab1fa14
commit
9e388f5b13
@ -23,9 +23,9 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"description": "Configure hosts to be scanned by Nmap. Network address and excludes can be IP addresses (192.168.1.1), IP networks (192.168.0.0/24) or IP ranges (192.168.1.0-32).",
|
"description": "Configure hosts to be scanned by Nmap. Network address and excludes can be IP addresses (192.168.1.1), IP networks (192.168.0.0/24) or IP ranges (192.168.1.0-32).",
|
||||||
"data": {
|
"data": {
|
||||||
"hosts": "Network addresses (comma separated) to scan",
|
"hosts": "Network addresses (comma-separated) to scan",
|
||||||
"home_interval": "Minimum number of minutes between scans of active devices (preserve battery)",
|
"home_interval": "Minimum number of minutes between scans of active devices (preserve battery)",
|
||||||
"exclude": "Network addresses (comma separated) to exclude from scanning",
|
"exclude": "Network addresses (comma-separated) to exclude from scanning",
|
||||||
"scan_options": "Raw configurable scan options for Nmap"
|
"scan_options": "Raw configurable scan options for Nmap"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user