-
Notifications
You must be signed in to change notification settings - Fork 55
/
binary_sensor.yaml
113 lines (106 loc) · 2.94 KB
/
binary_sensor.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#https://home-assistant.io/components/binary_sensor/
####################################################
# #
# NEST SENSORS #
# #
####################################################
#https://home-assistant.io/components/binary_sensor.nest/
- platform: nest
monitored_conditions:
- online
- fan
- is_using_emergency_heat
- is_locked
- has_leaf
####################################################
# #
# PING #
# #
####################################################
#https://home-assistant.io/components/binary_sensor.ping/
- platform: ping
host: 192.168.1.23
name: Linux Laptop
- platform: ping
host: 192.168.100.1
name: Modem
- platform: ping
host: 192.168.1.50
name: Netgear Router
- platform: ping
host: 192.168.2.2
name: NAS
- platform: ping
host: 192.168.1.19
name: Netgear Switch
- platform: ping
host: 192.168.1.13
name: Canon Printer
- platform: ping
host: 192.168.1.30
name: Raspberry Pi 3 Wifi
- platform: ping
host: 192.168.1.22
name: Raspberry Pi Zero W
- platform: ping
host: 192.168.1.31
name: Raspberry Pi 3 Wired
- platform: ping
host: 192.168.1.14
name: Raspberry Pi 2 Wired
- platform: ping
host: 192.168.1.15
name: Edimax Wifi USB
- platform: ping
host: 192.168.1.21
name: Edimax Switch 1
- platform: ping
host: 192.168.1.4
name: Edimax Switch 2
- platform: ping
host: 192.168.1.10
name: Yeelight 1
- platform: ping
host: 192.168.1.11
name: Yeelight 2
- platform: ping
host: 192.168.1.12
name: Yeelight 3
- platform: ping
host: 192.168.1.26
name: Yeelight 4
- platform: ping
host: 192.168.5.28
name: Yeelight 5
- platform: ping
host: 192.168.1.25
name: Yeelight RGB 2
- platform: ping
host: 192.168.1.20
name: Ikea Tradfri Gateway
- platform: ping
host: 192.168.1.32
name: Broadlink RM Mini 3
- platform: ping
host: 192.168.1.18
name: Open Garage
- platform: ping
host: 192.168.1.29
name: Sonoff POW1
- platform: ping
host: 192.168.1.34
name: Sonoff POW2
- platform: ping
host: 192.168.1.3
name: Sonoff TH161
- platform: ping
host: 192.168.1.36
name: Sonoff Basic1
- platform: ping
host: 192.168.3.38
name: Ubiquiti AP
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################