Bunches of fixes nd changes

This commit is contained in:
CeeWeasel
2025-10-27 16:49:34 -04:00
parent 0c01e534ed
commit 953ee882cd
53 changed files with 1167 additions and 441 deletions
+1 -1
View File
@@ -687,7 +687,7 @@ sensors:
need_salt:
unique_id: templatebinarysensor.need_salt
friendly_name: Need Salt
value_template: "{{ is_state('binary_sensor.hvac_multisensor_status', 'on') and is_state('sensor.hvac_multisensor_salt_level_in_bags','0') }}"
value_template: "{{ is_state('binary_sensor.water_softener_multisensor_status', 'on') and is_state('sensor.water_softener_multisensor_salt_level_in_bags','0') }}"
icon_template: mdi:shaker-outline
delay_on:
seconds: 900
@@ -1,2 +0,0 @@
name: Master Bedroom Asleep
icon: mdi:sleep
@@ -1,2 +0,0 @@
name: Nursery Asleep
icon: mdi:sleep
@@ -1 +0,0 @@
name: Nursery White Noise
+12 -5
View File
@@ -2,12 +2,19 @@ lock:
- platform: template
unique_id: templatelock.patio_door
name: Patio Door
value_template: "{{ is_state('switch.shelly_sliding_glass_door', 'on') }}"
#value_template: "{{ is_state('switch.shelly_sliding_glass_door', 'on') }}"
value_template: "{{ is_state('light.deck', 'on') }}"
lock:
action: switch.turn_on
# action: switch.turn_on
# target:
# entity_id: switch.shelly_sliding_glass_door
action: light.turn_on
target:
entity_id: switch.shelly_sliding_glass_door
entity_id: light.deck
unlock:
action: switch.turn_off
# action: switch.turn_off
# target:
# entity_id: switch.shelly_sliding_glass_door
action: light.turn_off
target:
entity_id: switch.shelly_sliding_glass_door
entity_id: light.deck