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:
- platform: numeric_state
entity_id: sensor.washer_power_electric_consumption_a
above: "{{ states('input_number.washer_complete_threshold_low')|float }}"
below: "{{ states('input_number.washer_complete_threshold_high')|float }}"
above: "{{ states('input_number.washer_complete_threshold_low')|float|default(0) }}"
below: "{{ states('input_number.washer_complete_threshold_high')|float|default(0) }}"
for:
seconds: 60
condition: