mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
platform: bayesian
|
||||
unique_id: bayesianbinarysensor.storage_room_occupied
|
||||
name: Storage Room Occupied
|
||||
device_class: occupancy
|
||||
prior: 0.5
|
||||
probability_threshold: 0.75
|
||||
observations:
|
||||
|
||||
- entity_id: binary_sensor.storage_room_door_contact
|
||||
prob_given_true: .4
|
||||
prob_given_false: 0.01
|
||||
platform: state
|
||||
to_state: 'on'
|
||||
Reference in New Issue
Block a user