initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
@@ -0,0 +1,26 @@
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'