From 24ab9bf6ecc55bc3f3886c1535c856514eaf6af5 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 27 Aug 2022 08:23:02 -0700 Subject: [PATCH] Update Laundry Package --- packages/laundry/laundry.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/laundry/laundry.yaml b/packages/laundry/laundry.yaml index 8557f59..d23d657 100644 --- a/packages/laundry/laundry.yaml +++ b/packages/laundry/laundry.yaml @@ -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