Files
fresh-home/components/binary_sensors/bayesian_clint.yaml
T
2024-04-14 14:08:56 -04:00

17 lines
375 B
YAML

platform: 'bayesian'
name: 'Clint'
device_class: presence
prior: 0.75
probability_threshold: 0.5
observations:
- entity_id: 'group.person_clint'
prob_given_true: 0.75
prob_given_false: 0.1
platform: 'state'
to_state: 'home'
- entity_id: 'input_boolean.car_home'
prob_given_true: 0.75
prob_given_false: 0.1
platform: 'state'
to_state: 'on'