mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Changes and cleanup
This commit is contained in:
@@ -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'
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user