Getting things back in sync?

This commit is contained in:
CeeWeasel
2025-09-10 21:19:03 -04:00
parent 544c4788b8
commit 20020e24fe
19 changed files with 120 additions and 119 deletions
+4 -3
View File
@@ -66,7 +66,7 @@ sensors:
unique_id: templatebinarysensor.kids_possible
friendly_name: Kids Possible
icon_template: mdi:human-male-female-child
value_template: "{{ is_state('binary_sensor.have_custody','on') or is_state('input_boolean.kristy_home','on') or is_state('input_boolean.ebin_home','on') or is_state('input_select.weaver_kids','Home') or is_state('input_select.podein_kids','Home') }}"
value_template: "{{ is_state('binary_sensor.have_custody','on') or is_state('binary_sensor.even_week','on') or is_state('input_boolean.kristy_home','on') or is_state('input_boolean.ebin_home','on') or is_state('input_select.weaver_kids','Home') or is_state('input_select.podein_kids','Home') }}"
double_planter_needs_water:
unique_id: templatebinarysensor.double_planter_needs_water
@@ -654,14 +654,14 @@ sensors:
master_bedroom_light_left_on:
unique_id: templatebinarysensor.master_bedroom_light_left_on
friendly_name: Master Bedroom Light Left On
value_template: "{{ is_state('light.master_bedroom_ceiling_hue','on') and is_state('input_boolean.master_bedroom_occupied','off') }}"
value_template: "{{ is_state('light.master_bedroom_hue','on') and is_state('input_boolean.master_bedroom_occupied','off') }}"
delay_on:
seconds: 30
nursery_light_left_on:
unique_id: templatebinarysensor.nursery_light_left_on
friendly_name: Nursery Light Left On
value_template: "{{ is_state('light.nursery_ceiling_hue','on') and is_state('input_boolean.nursery_occupied','off') }}"
value_template: "{{ is_state('light.nursery_hue','on') and is_state('input_boolean.nursery_occupied','off') }}"
delay_on:
seconds: 30
@@ -723,3 +723,4 @@ sensors:
icon_template: mdi:fridge-variant
delay_on:
minutes: 3