-
Notifications
You must be signed in to change notification settings - Fork 0
/
binary_sensors.yaml
43 lines (41 loc) · 1.16 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
37
38
39
40
41
42
43
- platform: ping
host: 192.168.1.50
count: 2
scan_interval: 30
- platform: mqtt
state_topic: "homeassistant_old/binary_sensor/ffmpeg_noise/state"
name: "Babyphone Ianto"
payload_on: "on"
payload_off: "off"
payload_not_available: "unavailable"
device_class: 'sound'
- platform: bayesian
prior: 0.5
name: 'Présence Hugo'
probability_threshold: 0.9
observations:
- entity_id: 'device_tracker.hugo_iphone'
prob_given_true: 0.9
prob_given_false: 0.4
platform: 'state'
to_state: 'home'
- entity_id: 'device_tracker.iphone' # Bluetooth
prob_given_true: 0.9
prob_given_false: 0.2
platform: 'state'
to_state: 'home'
- entity_id: 'device_tracker.iphonehass'
prob_given_true: 0.9
prob_given_false: 0.4
platform: 'state'
to_state: 'home'
- entity_id: 'device_tracker.tile_3924587249026aa6' # Cles Moto
prob_given_true: 0.8
prob_given_false: 0.5
platform: 'state'
to_state: 'home'
- entity_id: 'device_tracker.tile_f19f11555d37b1b8' # Cles Appartement
prob_given_true: 0.9
prob_given_false: 0.3
platform: 'state'
to_state: 'home'