-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice_tracker.yaml
38 lines (35 loc) · 1.48 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
---
# https://home-assistant.io/components/device_tracker/
####################################################
# #
# DEVICE TRACKER - Rob's iPHONE #
# #
####################################################
# https://home-assistant.io/components/device_tracker.icloud/
- platform: icloud
username: !secret robs_icloud_username
password: !secret robs_icloud_password
####################################################
# #
# DEVICE TRACKER - NMAP #
# #
####################################################
# https://home-assistant.io/components/device_tracker.nmap_tracker/
# - platform: nmap_tracker
# hosts:
# - 192.168.0.1-254
# home_interval: 1
# exclude:
# - 192.168.0.160
# - 192.168.0.83
# - 192.168.0.84
####################################################
# #
# DEVICE TRACKER - PING #
# #
####################################################
####################################################
# #
# END OF CONFIGUATION FILE #
# #
####################################################