Update Laundry Package
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user