mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
17 lines
375 B
YAML
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'
|