laundry esphome migration
This commit is contained in:
@@ -1,25 +1,24 @@
|
||||
automation:
|
||||
|
||||
# Automation to turn on drying at 9pm in the master bedroom (if switched on ith the helper)
|
||||
# Automation to turn on the heat pump at 9pm in the master bedroom (if switched on with the helper)
|
||||
- id: master_bedroom_offpeak_dehumidify
|
||||
alias: Master Bedroom Off-Peak Dehumidify
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "21:20:00"
|
||||
condition:
|
||||
triggers:
|
||||
- trigger: time
|
||||
at: "21:00:00"
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.master_bedroom_offpeak_dehumidify
|
||||
state: "on"
|
||||
action:
|
||||
- service: climate.set_hvac_mode
|
||||
actions:
|
||||
- action: climate.set_hvac_mode
|
||||
target:
|
||||
entity_id: climate.master_bedroom
|
||||
data:
|
||||
hvac_mode: auto
|
||||
hvac_mode: "heat_cool"
|
||||
- wait_for_trigger:
|
||||
- platform: time
|
||||
- trigger: time
|
||||
at: "00:00:00"
|
||||
- service: climate.turn_off
|
||||
- action: climate.turn_off
|
||||
target:
|
||||
entity_id: climate.master_bedroom
|
||||
entity_id: climate.master_bedroom
|
||||
|
Reference in New Issue
Block a user