mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
26 lines
641 B
YAML
26 lines
641 B
YAML
platform: 'bayesian'
|
|
name: 'Ebin Home'
|
|
device_class: presence
|
|
prior: 0.1
|
|
probability_threshold: 0.2
|
|
observations:
|
|
- entity_id: 'person.kristy'
|
|
prob_given_true: 0.5
|
|
prob_given_false: 0.1
|
|
platform: 'state'
|
|
to_state: 'home'
|
|
- entity_id: 'calendar.my_custody'
|
|
prob_given_true: 0.5
|
|
prob_given_false: 0.1
|
|
platform: 'state'
|
|
to_state: 'on'
|
|
- entity_id: 'input_select.podein_kids'
|
|
prob_given_true: .99
|
|
prob_given_false: 0.01
|
|
platform: 'state'
|
|
to_state: 'Home'
|
|
- entity_id: 'input_select.podein_kids'
|
|
prob_given_true: .01
|
|
prob_given_false: 0.01
|
|
platform: 'state'
|
|
to_state: 'Away' |