Fix unintended typo in Bayesian Documentation (#3748)

Got distracted and typed before/after instead of below/above
This commit is contained in:
Taylor Peet 2017-10-23 23:59:26 -07:00 committed by Fabian Affolter
parent 31a9197ae1
commit 0170ff3909
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -42,7 +42,7 @@ Configuration variables:
- **entity_id** (*Required*): Name of the entity to monitor.
- **prob_given_true** (*Required*): The probability of the observation occurring, given the event is `true`.
- **prob_given_false** (*Optional*): The probability of the observation occurring, given the event is `false` can be set as well. If `prob_given_false` is not set, it will default to `1 - prob_given_true`.
- **platform** (*Required*): The only supported observation platforms are `state` and `numeric_state`, which are modeled after their corresponding triggers for automations, requiring `before` and/or `after` instead of `to_state`.
- **platform** (*Required*): The only supported observation platforms are `state` and `numeric_state`, which are modeled after their corresponding triggers for automations, requiring `below` and/or `above` instead of `to_state`.
- **to_state** (*Required*): The target state.
## {% linkable_title Full examples %}