mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
11 lines
238 B
YAML
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
|