hass-core/tests/components/bayesian/fixtures/configuration.yaml
2022-03-30 11:26:08 +02:00

10 lines
238 B
YAML

binary_sensor:
- platform: bayesian
prior: 0.1
observations:
- entity_id: "switch.kitchen_lights"
prob_given_true: 0.6
prob_given_false: 0.2
platform: "state"
to_state: "on"
name: test2