alias: Test på å styre temperatur
automation:
trigger:
platform: time
at: "07:15:00"
action:
- service: climate.set_temperature
data:
entity_id: climate.kjokken
temperature: 15
hvac_mode: heat
automation:
alias: Test på å styre temperatur
trigger:
platform: time
at: "07:15:00"
action:
- service: climate.set_temperature
data:
entity_id: climate.kjokken
temperature: 15
hvac_mode: heat
Remove the line containing automation: if all your automations are stored in a dedicated file as opposed to within configuation.yaml. This is the default arrangement in Home Assistant where automations are stored in a separate file called automations.yaml.