AutomationDataset/Jafner/Jafner_automations.yaml

182 lines
4.8 KiB
YAML

- alias: Cowboy Morning
description: ''
mode: single
triggers:
- at: 08:00:00
trigger: time
conditions: []
actions:
- data:
dimmer_entity_id: light.tp_link_smart_dimmer_d226
action: script.dawn_simulation_generic
- metadata: {}
data: {}
target:
entity_id: switch.tasmota_cowboy_day
action: switch.turn_on
- alias: Cowboy Night
description: ''
mode: single
triggers:
- at: '20:00:00'
trigger: time
conditions: []
actions:
- metadata: {}
data: {}
target:
entity_id: switch.tasmota_cowboy_day
action: switch.turn_off
- data:
dimmer_entity_id: light.tp_link_smart_dimmer_d226
action: script.dusk_simulation_generic
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- alias: Reptile Thermostats
description: ''
mode: single
triggers:
- minutes: /10
trigger: time_pattern
conditions:
- condition: time
before: '21:00:00'
after: 08:00:00
actions:
- metadata: {}
data:
dimmer_entity_id: light.tp_link_smart_dimmer_1e07
lower_threshold_f: 83
upper_threshold_f: 85
thermometer_temperature_entity_id: sensor.h5075_059d_temperature
action: script.dimmer_adjust_figment
- metadata: {}
data:
dimmer_entity_id: light.tp_link_smart_dimmer_1d71
lower_threshold_f: 83
upper_threshold_f: 85
thermometer_temperature_entity_id: sensor.h5075_eed0_temperature
action: script.dimmer_adjust_figment
- metadata: {}
data:
dimmer_entity_id: light.tp_link_smart_dimmer_23ee
lower_threshold_f: 83
upper_threshold_f: 85
thermometer_temperature_entity_id: sensor.h5075_c470_temperature
action: script.dimmer_adjust_figment
- metadata: {}
data:
dimmer_entity_id: light.tp_link_smart_dimmer_d226
lower_threshold_f: 90
thermometer_temperature_entity_id: sensor.h5101_4c94_temperature
upper_threshold_f: 94
action: script.dimmer_adjust_figment
- metadata: {}
data:
dimmer_entity_id: light.tp_link_smart_dimmer_7855
lower_threshold_f: 80
thermometer_temperature_entity_id: sensor.h5101_4456_temperature
upper_threshold_f: 83
action: script.dimmer_adjust_figment
- alias: Reptiles Morning
description: ''
mode: single
triggers:
- at: 07:00:00
trigger: time
conditions: []
actions:
- metadata: {}
data: {}
target:
entity_id:
- switch.lizard_light_switch_tasmota
- switch.gecko_daytime_timer
- switch.tasmota
- switch.figment_daytime_timer
device_id:
- 36ed49d33ceff8304792e3354a3b72c0
- c76e31686cdea736e8267274c9ff6cd2
action: switch.turn_on
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- parallel:
- data:
dimmer_entity_id: light.sprout_day_heat_1d71
alias: 'Dawn Simulation: Sprout'
action: script.dawn_simulation_generic
- data:
dimmer_entity_id: light.president_day_heat_23ee
alias: 'Dawn Simulation: President'
action: script.dawn_simulation_generic
- data:
dimmer_entity_id: light.figment_day_heat_1e07
alias: 'Dawn Simulation: Figment'
action: script.dawn_simulation_generic
- metadata: {}
data: {}
target:
entity_id: light.toes_day_11bc
alias: 'UVB+Lights on: Toes'
action: light.turn_on
- data:
dimmer_entity_id: light.toes_heat_day_7855
alias: 'Dawn Simulation: Toes'
action: script.dawn_simulation_generic
- metadata: {}
data: {}
target:
entity_id: switch.figment_nighttime_timer
enabled: false
action: switch.turn_off
- alias: Reptiles Night
description: ''
mode: single
triggers:
- at: '20:00:00'
trigger: time
conditions: []
actions:
- metadata: {}
data: {}
target:
entity_id:
- switch.figment_nighttime_timer
alias: 'Night Heat On: Figment'
action: switch.turn_on
- metadata: {}
data: {}
target:
entity_id:
- switch.figment_nighttime_timer
alias: 'Night Heat On: President'
action: switch.turn_on
- parallel:
- alias: 'Dusk Simulation: President'
data:
dimmer_entity_id: light.president_day_heat_23ee
action: script.dusk_simulation_generic
- data:
dimmer_entity_id: light.sprout_day_heat_1d71
alias: 'Dusk Simulation: Sprout'
action: script.dusk_simulation_generic
- alias: 'Dusk Simulation: Figment'
data:
dimmer_entity_id: light.figment_day_heat_1e07
action: script.dusk_simulation_generic
- alias: 'Dusk Simulation: Toes'
data:
dimmer_entity_id: light.toes_heat_day_7855
action: script.dusk_simulation_generic
- alias: 'UVB Off: Toes'
target:
entity_id: light.toes_day_11bc
data: {}
action: light.turn_off