platform: 'bayesian' name: 'Clint' device_class: presence prior: 0.75 probability_threshold: 0.5 observations: - entity_id: 'group.person_clint' prob_given_true: 0.75 prob_given_false: 0.1 platform: 'state' to_state: 'home' - entity_id: 'input_boolean.car_home' prob_given_true: 0.75 prob_given_false: 0.1 platform: 'state' to_state: 'on'