Hey, ich lasse dir mal meine Automation da:
alias: Klimaanlage Schlafzimmer kühlen - Tagsüber
description: >
Klimaanlage steuern zwischen 08:00 und 17:30 Uhr basierend auf Raum- und
Außentemperatur.
trigger:
- platform: time_pattern
minutes: /5
condition:
- condition: time
after: "08:00:00"
before: "18:00:00"
action:
- choose:
- conditions:
- condition: numeric_state
entity_id: sensor.lumi_lumi_weather_temperature_6
above: 20
- condition: numeric_state
entity_id: sensor.lumi_lumi_weather_temperature_10
above: 22
sequence:
- data:
hvac_mode: cool
temperature: 18
target:
device_id: f83014dc7180826910338b9885bff3b5
action: climate.set_temperature
- conditions:
- condition: numeric_state
entity_id: sensor.lumi_lumi_weather_temperature_6
below: 18.6
sequence:
- target:
device_id: f83014dc7180826910338b9885bff3b5
data: {}
action: climate.turn_off
mode: single
Hier siehst du ja bereits “hvac_mode:cool” sowie die Temp
Das könntest du jetzt erweitern und die Links Rechts Steuerung oder Ähnliches reinbringen