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'
+1 -8
View File
@@ -702,7 +702,7 @@ sensors:
unique_id: templatesensor.take_trash_out
friendly_name: "Take Trash Out"
icon_template: mdi:trash-can
value_template: "{{ is_state('calendar.trash_schedule','on') or state_attr('calendar.trash_schedule','offset_reached') and is_state('input_boolean.trash_out','off') }}"
value_template: "{{ (is_state('calendar.trash_schedule','on') or state_attr('calendar.trash_schedule','offset_reached')) and is_state('input_boolean.trash_out','off') }}"
need_salt:
unique_id: templatebinarysensor.need_salt
@@ -724,13 +724,6 @@ sensors:
value_template: "{{ states('binary_sensor.white_bed_occupied') }}"
icon_template: "{{ iif(is_state('binary_sensor.white_bed_occupied','on'),'mdi:bed','mdi:bed-empty','mdi:bed-outline')}}"
should_mow: #
unique_id: templatebinarysensor.should_mow
friendly_name: Should Mow
#value_template: "{{ as_timestamp(states('sensor.chore_mow')) < as_timestamp(now()) }}"
value_template: "{{ (( now().month > 3 ) and ( now().month < 9 )) and (as_timestamp(states('sensor.chore_mow')) < as_timestamp(now())) }}"
icon_template: mdi:mower-bag
check_mail:
unique_id: templatebinarysensor.check_mail
friendly_name: Check Mail
+3 -9
View File
@@ -35,12 +35,6 @@ recorder:
- automation.cam14_ptz_presets
- automation.cam14_ptz_move
- automation.cycle_back_yard_camera
- sensor.grocy_chores
- sensor.grocy_shopping_list
- sensor.grocy_stock
- sensor.grocy_tasks
- sensor.grocy_batteries
- sensor.grocy_meal_plan
entity_globs:
- sensor.*_text
- sensor.*_last_motion
@@ -72,7 +66,6 @@ recorder:
- sensor.opus*
- sensor.wt*
- sensor.*cpu_usage
- binary_sensor.grocy*
- sensor.fineoffset_wh1050*
- sensor.ambietweather*
- sensor.esic*
@@ -82,6 +75,8 @@ recorder:
- sensor.tfa_*
- sensor.rubicscon_*
- sensor.interlogix*
- sensor.*_timestamp
- sensor.everything_presence_lite*target*
domains:
- updater
- calendar
@@ -137,10 +132,8 @@ history:
# - binary_sensor.55_tcl*
# - binary_sensor.roku_streaming_stick*
# - binary_sensor.dream_nas*
# - binary_sensor.grocy*
# - binary_sensor.dream_nas*
# - sensor.dream_nas*
# - sensor.grocy*
# - sensor.*cpu_percent
# - sensor.*memory_percent
# - sensor.*weight
@@ -228,6 +221,7 @@ logbook:
- number.*_basic
- sensor.*cube*
- sensor.*power_outage_count
- sensor.*_timestamp
domains:
- sun
- device_tracker