Fix bayesian binary sensor example (#3850)
This commit is contained in:
parent
76d5242b62
commit
19a603f34e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ binary_sensor:
|
|||
prob_given_true: 0.5
|
||||
platform: 'state'
|
||||
to_state: 'on'
|
||||
- entity_id: 'sensor.sun'
|
||||
- entity_id: 'sun.sun'
|
||||
prob_given_true: 0.7
|
||||
platform: 'state'
|
||||
to_state: 'below_horizon'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue