Changes and cleanup

This commit is contained in:
CeeWeasel
2025-04-09 09:30:29 -04:00
parent ab4a65387e
commit 2df7e719cd
16 changed files with 58 additions and 323 deletions
@@ -8,24 +8,18 @@ observations:
- entity_id: group.computer_area_motion
prob_given_true: .99
prob_given_false: 0.97
prob_given_false: 0.5
platform: state
to_state: 'on'
- entity_id: binary_sensor.computer_chair_contact_occupied
prob_given_true: .99
prob_given_false: 0.97
platform: state
to_state: 'on'
# - entity_id: binary_sensor.computer_chair_contact_occupied
# prob_given_true: .99
# prob_given_false: 0.5
# platform: state
# to_state: 'on'
- entity_id: input_boolean.home_occupied
platform: state
prob_given_true: .99
prob_given_false: 0.01
prob_given_true: .7
prob_given_false: 0.1
to_state: 'on'
- entity_id: binary_sensor.computer_area_person_occupancy
prob_given_true: .99
prob_given_false: 0.97
platform: state
to_state: 'on'