forked from romquenin/home-assistant-config-fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice_tracker.yaml
executable file
·36 lines (32 loc) · 1.07 KB
/
device_tracker.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
############################################################
## NMAP ##
############################################################
- platform: nmap_tracker
hosts:
- 192.168.2.2
- 192.168.2.23
- 192.168.2.104
- 192.168.2.7
- 192.168.2.9
home_interval: 2
new_device_defaults:
track_new_devices: true
interval_seconds: 30
############################################################
## IPHONE TRACKER ##
############################################################
- platform: iphonedetect
consider_home: 60
scan_interval: 12
new_device_defaults:
track_new_devices: false
hosts:
hostname1: 192.168.2.3
############################################################
## BLUETOOTH TRACKER ##
############################################################
- platform: bluetooth_tracker
new_device_defaults:
track_new_devices: false
consider_home: 180
interval_seconds: 60