-
Notifications
You must be signed in to change notification settings - Fork 0
/
binary_sensors.yaml
37 lines (29 loc) · 1.11 KB
/
binary_sensors.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
# BINARY SENSORS CAN BE CREATED IN OTHER FILES:
# - templates.yaml
# - command_line.yaml
# etc.
#######################
### BINARY SENSORS ###
#######################
# - platform: hikvision
# host: video-doorbell.shencentral.net
# port: 80
# ssl: False
# username: !secret doorbell_user
# password: !secret doorbell_pwd
# customize: # field detection in HA is same as instrusion detection in hikvision firmware
# motion:
# delay: 5 # debounce delay to prevent multiple quick line crossing detections
# - platform: hikvision
# host: video-frontporch.shencentral.net
# port: 80
# ssl: False
# username: !secret frontporch_user
# password: !secret frontporch_pwd
# customize: # field detection in HA is same as instrusion detection in hikvision firmware
# line_crossing:
# delay: 5 # debounce delay to prevent multiple quick line crossing detections
# tamper_detection:
# ignored: True
# motion:
# ignored: True