mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Fix bayesian binary sensor example (#3850)
This commit is contained in:
parent
76d5242b62
commit
19a603f34e
@ -69,7 +69,7 @@ binary_sensor:
|
|||||||
prob_given_true: 0.5
|
prob_given_true: 0.5
|
||||||
platform: 'state'
|
platform: 'state'
|
||||||
to_state: 'on'
|
to_state: 'on'
|
||||||
- entity_id: 'sensor.sun'
|
- entity_id: 'sun.sun'
|
||||||
prob_given_true: 0.7
|
prob_given_true: 0.7
|
||||||
platform: 'state'
|
platform: 'state'
|
||||||
to_state: 'below_horizon'
|
to_state: 'below_horizon'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user