-
Notifications
You must be signed in to change notification settings - Fork 55
/
device_tracker.yaml
42 lines (33 loc) · 1.54 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
36
37
38
39
40
41
42
#https://home-assistant.io/components/device_tracker/
####################################################
# #
# DEVICE TRACKER - ADAM'S iPHONE #
# #
####################################################
#https://home-assistant.io/components/device_tracker.icloud/
- platform: icloud
username: !secret adam_icloud_username
password: !secret adam_icloud_password
####################################################
# #
# DEVICE TRACKER - AMY'S iPHONE #
# #
####################################################
# - platform: icloud
# username: amy_icloud_username
# password: amy_icloud_password
####################################################
# #
# DEVICE TRACKER - NMAP #
# #
####################################################
#https://home-assistant.io/components/device_tracker.nmap_tracker/
- platform: nmap_tracker
hosts:
- 192.168.1.51-60
- 192.168.1.33
####################################################
# #
# END OF CONFIGUATION FILE #
# #
####################################################