diff --git a/source/_integrations/bayesian.markdown b/source/_integrations/bayesian.markdown index 66efb3fb525..2bcab49f859 100644 --- a/source/_integrations/bayesian.markdown +++ b/source/_integrations/bayesian.markdown @@ -48,7 +48,9 @@ To enable the Bayesian sensor, add the following lines to your {% term "`configu # Example configuration.yaml entry binary_sensor: - platform: bayesian - prior: 0.1 + name: "Kitchen Occupied" + prior: 0.3 + probability_threshold: 0.5 observations: - entity_id: "switch.kitchen_lights" prob_given_true: 0.6