Update Laundry Package

This commit is contained in:
2022-08-27 08:23:02 -07:00
parent 07f4e6b2c2
commit 24ab9bf6ec

View File

@@ -9,7 +9,7 @@ input_select:
- Idle
- Stage 1 # Iw > 4A, <70s
- Stage 2 # Iw ~ [2A, 4A], 60s
- Stage 3 # dIw ~ [-0.8A, -0.5A], 60s
- Stage 3 # dIw ~ [-1.0A, -0.4A], 45s
- Triggered # Iw < 0.2A, 60s
input_number:
@@ -82,9 +82,9 @@ automation:
- states('input_number.washer_complete_threshold_mid')|float
}}"
above: -1.0
below: -0.5
below: -0.4
for:
seconds: 60
seconds: 45
condition:
- "{{ is_state('input_select.washer_complete_detect_state', 'Stage 2') }}"
action:
@@ -123,7 +123,7 @@ automation:
entity_id: input_select.washer_complete_detect_state
to: Stage 2
for:
seconds: 180
seconds: 240
- platform: state
entity_id: input_select.washer_complete_detect_state
to: Stage 3