You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/arpscan_tracker/strings.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
"consider_home": "Consider Home",
12
12
"timeout": "ARP Timeout",
13
13
"resolve_hostnames": "Resolve Hostnames (DNS)",
14
+
"devices_enabled": "Enable Found Devices",
15
+
"track_new_devices": "Track New Devices",
14
16
"include": "Include IPs",
15
17
"exclude": "Exclude IPs",
16
18
"hosts": "ZeroTier/VPN Hosts (IPs)"
@@ -22,6 +24,8 @@
22
24
"consider_home": "How long to wait before marking a device as not home (10-1800 seconds)",
23
25
"timeout": "Timeout for each ARP request (0.5-10 seconds)",
24
26
"resolve_hostnames": "Look up device hostnames via reverse DNS lookup",
27
+
"devices_enabled": "Enable newly found device tracker entities by default. When disabled, new entities are added but disabled in the entity registry.",
28
+
"track_new_devices": "Automatically create device tracker entities for newly discovered devices. When disabled, only previously known devices are tracked.",
25
29
"include": "Only track devices with these IP addresses (comma-separated list)",
26
30
"exclude": "Skip tracking devices with these IP addresses (comma-separated list)",
27
31
"hosts": "Probe only these IPs instead of scanning the network (for ZeroTier, WireGuard, Tailscale, etc.)"
@@ -47,6 +51,8 @@
47
51
"consider_home": "Consider Home",
48
52
"timeout": "ARP Timeout",
49
53
"resolve_hostnames": "Resolve Hostnames (DNS)",
54
+
"devices_enabled": "Enable Found Devices",
55
+
"track_new_devices": "Track New Devices",
50
56
"hosts": "ZeroTier/VPN Hosts (IPs)",
51
57
"include": "Include IPs",
52
58
"exclude": "Exclude IPs"
@@ -56,6 +62,8 @@
56
62
"consider_home": "How long to wait before marking a device as not home (10-1800 seconds)",
57
63
"timeout": "Timeout for each ARP request (0.5-10 seconds)",
58
64
"resolve_hostnames": "Look up device hostnames via reverse DNS lookup (may slow down scans)",
65
+
"devices_enabled": "Enable newly found device tracker entities by default. When disabled, new entities are added but disabled in the entity registry.",
66
+
"track_new_devices": "Automatically create device tracker entities for newly discovered devices. When disabled, only previously known devices are tracked.",
59
67
"hosts": "Probe only these IPs instead of scanning the network (for ZeroTier, WireGuard, Tailscale, etc.)",
60
68
"include": "Only track devices with these IP addresses (comma-separated list)",
61
69
"exclude": "Skip tracking devices with these IP addresses (comma-separated list)"
Copy file name to clipboardExpand all lines: custom_components/arpscan_tracker/translations/en.json
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@
7
7
"data": {
8
8
"interface": "Network Interface",
9
9
"network": "Network Range (CIDR)",
10
-
"scan_interval": "Scan Interval (seconds)",
11
-
"consider_home": "Consider Home (seconds)",
12
-
"timeout": "ARP Timeout (seconds)",
10
+
"scan_interval": "Scan Interval",
11
+
"consider_home": "Consider Home",
12
+
"timeout": "ARP Timeout",
13
13
"resolve_hostnames": "Resolve Hostnames (DNS)",
14
+
"devices_enabled": "Enable Found Devices",
15
+
"track_new_devices": "Track New Devices",
14
16
"include": "Include IPs",
15
17
"exclude": "Exclude IPs",
16
18
"hosts": "ZeroTier/VPN Hosts (IPs)"
@@ -22,6 +24,8 @@
22
24
"consider_home": "How long to wait before marking a device as not home (10-1800 seconds)",
23
25
"timeout": "Timeout for each ARP request (0.5-10 seconds)",
24
26
"resolve_hostnames": "Look up device hostnames via reverse DNS lookup",
27
+
"devices_enabled": "Enable newly found device tracker entities by default. When disabled, new entities are added but disabled in the entity registry.",
28
+
"track_new_devices": "Automatically create device tracker entities for newly discovered devices. When disabled, only previously known devices are tracked.",
25
29
"include": "Only track devices with these IP addresses (comma-separated list)",
26
30
"exclude": "Skip tracking devices with these IP addresses (comma-separated list)",
27
31
"hosts": "Probe only these IPs instead of scanning the network (for ZeroTier, WireGuard, Tailscale, etc.)"
@@ -47,6 +51,8 @@
47
51
"consider_home": "Consider Home",
48
52
"timeout": "ARP Timeout",
49
53
"resolve_hostnames": "Resolve Hostnames (DNS)",
54
+
"devices_enabled": "Enable Found Devices",
55
+
"track_new_devices": "Track New Devices",
50
56
"hosts": "ZeroTier/VPN Hosts (IPs)",
51
57
"include": "Include IPs",
52
58
"exclude": "Exclude IPs"
@@ -56,6 +62,8 @@
56
62
"consider_home": "How long to wait before marking a device as not home (10-1800 seconds)",
57
63
"timeout": "Timeout for each ARP request (0.5-10 seconds)",
58
64
"resolve_hostnames": "Look up device hostnames via reverse DNS lookup (may slow down scans)",
65
+
"devices_enabled": "Enable newly found device tracker entities by default. When disabled, new entities are added but disabled in the entity registry.",
66
+
"track_new_devices": "Automatically create device tracker entities for newly discovered devices. When disabled, only previously known devices are tracked.",
59
67
"hosts": "Probe only these IPs instead of scanning the network (for ZeroTier, WireGuard, Tailscale, etc.)",
60
68
"include": "Only track devices with these IP addresses (comma-separated list)",
61
69
"exclude": "Skip tracking devices with these IP addresses (comma-separated list)"
0 commit comments