Yaml code when clicking on Edit in Yaml.
alias: Airco aan bij meer dan 700W injectie
description: ""
mode: single
triggers:
- entity_id: sensor.p1_meter_active_power
trigger: state
conditions:
- condition: numeric_state
entity_id: sensor.p1_meter_active_power
below: "-700"
- condition: time
after: "08:40:00"
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
- sun
actions:
- data: {}
entity_id: climate.living
action: climate.turn_on
- data: {}
entity_id: automation.airco_aan_bij_meer_dan_900w_injectie
action: automation.turn_off