Update Laundry Package
This commit is contained in:
@@ -32,10 +32,8 @@ automation:
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.washer_power_electric_consumption_a
|
entity_id: sensor.washer_power_electric_consumption_a
|
||||||
above: 0.5
|
above: 0.5
|
||||||
conditions:
|
condition:
|
||||||
- condition: state
|
- "{{ is_state('input_select.washer_final_pump_state', 'Idle') }}"
|
||||||
entity_id: input_select.washer_final_pump_state
|
|
||||||
state: Idle
|
|
||||||
action:
|
action:
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
target:
|
target:
|
||||||
@@ -49,10 +47,8 @@ automation:
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.washer_power_electric_consumption_a
|
entity_id: sensor.washer_power_electric_consumption_a
|
||||||
below: 0.5
|
below: 0.5
|
||||||
conditions:
|
condition:
|
||||||
- condition: state
|
- "{{ is_state('input_select.washer_final_pump_state', 'Check') }}"
|
||||||
entity_id: input_select.washer_final_pump_state
|
|
||||||
state: Check
|
|
||||||
action:
|
action:
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
target:
|
target:
|
||||||
|
|||||||
Reference in New Issue
Block a user