Fix bayesian binary sensor example (#3850)

This commit is contained in:
Milan V 2017-10-31 13:57:37 +01:00 committed by Fabian Affolter
parent 76d5242b62
commit 19a603f34e

View File

@ -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'