From 4e9430cba51d67b90c31e87ab1f682d05b3c8f55 Mon Sep 17 00:00:00 2001 From: Nathan Tilley Date: Sat, 26 Mar 2022 19:05:02 -0700 Subject: [PATCH] Fix typo in NMAP Tracker Config Flow (#68712) --- homeassistant/components/nmap_tracker/strings.json | 6 +++--- .../components/nmap_tracker/translations/en.json | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/homeassistant/components/nmap_tracker/strings.json b/homeassistant/components/nmap_tracker/strings.json index ed5a8cb0b05..067ae807125 100644 --- a/homeassistant/components/nmap_tracker/strings.json +++ b/homeassistant/components/nmap_tracker/strings.json @@ -23,9 +23,9 @@ "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).", "data": { - "hosts": "Network addresses (comma seperated) to scan", + "hosts": "Network addresses (comma separated) to scan", "home_interval": "Minimum number of minutes between scans of active devices (preserve battery)", - "exclude": "Network addresses (comma seperated) to exclude from scanning", + "exclude": "Network addresses (comma separated) to exclude from scanning", "scan_options": "Raw configurable scan options for Nmap" } } @@ -37,4 +37,4 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_location%]" } } -} \ No newline at end of file +} diff --git a/homeassistant/components/nmap_tracker/translations/en.json b/homeassistant/components/nmap_tracker/translations/en.json index 9ded6eae4c2..ae4175e0f14 100644 --- a/homeassistant/components/nmap_tracker/translations/en.json +++ b/homeassistant/components/nmap_tracker/translations/en.json @@ -9,9 +9,9 @@ "step": { "user": { "data": { - "exclude": "Network addresses (comma seperated) to exclude from scanning", + "exclude": "Network addresses (comma separated) to exclude from scanning", "home_interval": "Minimum number of minutes between scans of active devices (preserve battery)", - "hosts": "Network addresses (comma seperated) to scan", + "hosts": "Network addresses (comma separated) to scan", "scan_options": "Raw configurable scan options for Nmap" }, "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)." @@ -26,12 +26,11 @@ "init": { "data": { "consider_home": "Seconds to wait till marking a device tracker as not home after not being seen.", - "exclude": "Network addresses (comma seperated) to exclude from scanning", + "exclude": "Network addresses (comma separated) to exclude from scanning", "home_interval": "Minimum number of minutes between scans of active devices (preserve battery)", - "hosts": "Network addresses (comma seperated) to scan", + "hosts": "Network addresses (comma separated) to scan", "interval_seconds": "Scan interval", - "scan_options": "Raw configurable scan options for Nmap", - "track_new_devices": "Track new devices" + "scan_options": "Raw configurable scan options for Nmap" }, "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)." }