-
Notifications
You must be signed in to change notification settings - Fork 0
/
binary_sensors.yaml
29 lines (28 loc) · 1006 Bytes
/
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
#------------------------------------------------------------------------------
# Mickey Home Binary Sensor
#------------------------------------------------------------------------------
# - platform: 'bayesian'
# name: 'mickey_home'
# prior: 0.6
# probability_threshold: 0.95
# observations:
# - platform: 'state'
# entity_id: 'device_tracker.google_maps_101608876393904256312'
# prob_given_true: 0.80
# prob_given_false: 0.3
# to_state: 'home'
# - platform: 'state'
# entity_id: 'device_tracker.mickeys_iphone_x'
# prob_given_true: 0.95
# prob_given_false: 0.2
# to_state: 'home'
# - platform: 'numeric_state'
# entity_id: 'sensor.mickey_iphone_overall_presence'
# prob_given_true: 0.95
# prob_given_false: 5
# above: 20
# - platform: 'numeric_state'
# entity_id: 'sensor.mickey_iphone_viacom_presence'
# prob_given_true: 0
# prob_given_false: 1
# above: 0