mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +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
|
||||
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…
x
Reference in New Issue
Block a user