Files
N22/include/automations/varme.yaml
T
2023-01-15 08:54:58 +01:00

13 lines
299 B
YAML

### Set temperature to 24 in heat mode
- alias: "Tænd varme i kontor"
trigger:
platform: time
at: "19:30:00"
action:
- service: climate.set_temperature
target:
entity_id: climate.kontor
data:
temperature: 24
hvac_mode: heat