mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
initial push
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user