Update Laundry Package

This commit is contained in:
2022-08-21 14:23:07 -07:00
parent 142adbc036
commit 07f4e6b2c2

View File

@@ -3,13 +3,6 @@
# -----------------------------------------------------------------------------
# Washer Final Pump-Out State Machine
input_select:
# washer_final_pump_state:
# name: Washer Final Pump State
# options:
# - Idle
# - Check
# - Triggered
washer_complete_detect_state:
name: Washer Complete Detect State
options:
@@ -155,63 +148,8 @@ automation:
entity_id: input_select.washer_complete_detect_state
to: Triggered
action:
- delay: 90
# The trigger occurs about 2 minutes before the lid unlocks
- delay: 120
- service: notify.everyone
data:
message: Washer is Done
# - alias: Washer Final Pump-Out - Check
# mode: single
# trigger:
# - platform: numeric_state
# entity_id: sensor.washer_power_electric_consumption_a
# above: 0.5
# condition:
# - "{{ is_state('input_select.washer_final_pump_state', 'Idle') }}"
# action:
# - service: input_select.select_option
# target:
# entity_id: input_select.washer_final_pump_state
# data:
# option: Check
# - alias: Washer Final Pump-Out - Trigger
# mode: single
# trigger:
# - platform: numeric_state
# entity_id: sensor.washer_power_electric_consumption_a
# below: 0.5
# condition:
# - "{{ is_state('input_select.washer_final_pump_state', 'Check') }}"
# action:
# - service: input_select.select_option
# target:
# entity_id: input_select.washer_final_pump_state
# data:
# option: Triggered
# - alias: Washer Final Pump-Out - Reset
# mode: single
# trigger:
# - platform: state
# entity_id: input_select.washer_final_pump_state
# from: Idle
# for:
# seconds: 30
# action:
# - service: input_select.select_option
# target:
# entity_id: input_select.washer_final_pump_state
# data:
# option: Idle
# - alias: Notify when Washer Done
# mode: single
# trigger:
# - platform: state
# entity_id: input_select.washer_final_pump_state
# to: Triggered
# action:
# - service: notify.everyone
# data:
# message: Washer is done