mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
parent
6ad5f68509
commit
9a6b724243
@ -29,7 +29,7 @@ To use this device tracker in your installation, add the following to your `conf
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: nmap_tracker
|
- platform: nmap_tracker
|
||||||
hosts: 192.168.1.1/24
|
hosts: 192.168.1.0/24
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -47,7 +47,7 @@ A full example for the `nmap` tracker could look like the following sample:
|
|||||||
# One whole subnet, and skipping two specific IPs.
|
# One whole subnet, and skipping two specific IPs.
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: nmap_tracker
|
- platform: nmap_tracker
|
||||||
hosts: 192.168.1.1/24
|
hosts: 192.168.1.0/24
|
||||||
home_interval: 10
|
home_interval: 10
|
||||||
exclude:
|
exclude:
|
||||||
- 192.168.1.12
|
- 192.168.1.12
|
||||||
@ -60,7 +60,7 @@ device_tracker:
|
|||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: nmap_tracker
|
- platform: nmap_tracker
|
||||||
hosts:
|
hosts:
|
||||||
- 192.168.1.1/24
|
- 192.168.1.0/24
|
||||||
- 10.0.0.2
|
- 10.0.0.2
|
||||||
- 10.0.0.15
|
- 10.0.0.15
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user