Update Laundry Package

This commit is contained in:
2022-08-14 11:31:23 -07:00
parent 6cdfa36d53
commit 0c37c7029d

View File

@@ -92,8 +92,8 @@ automation:
trigger: trigger:
- platform: numeric_state - platform: numeric_state
entity_id: sensor.washer_power_electric_consumption_a entity_id: sensor.washer_power_electric_consumption_a
above: "{{ states('input_number.washer_complete_threshold_low')|float }}" above: "{{ states('input_number.washer_complete_threshold_low')|float|default(0) }}"
below: "{{ states('input_number.washer_complete_threshold_high')|float }}" below: "{{ states('input_number.washer_complete_threshold_high')|float|default(0) }}"
for: for:
seconds: 60 seconds: 60
condition: condition: