1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-06 07:26:58 +01:00
Files
core/tests/components/bayesian/fixtures/configuration.yaml
T
2021-11-01 20:47:05 -07:00

11 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