Hi guys, I am trying to set up an automation that automaticly sets the target temperature for my 4 Mill heaters to 18 degres after 21:30. The automation seems to work when I hit “run” button. But the trigger time doesnt work. What am I doing wrong?
alias: Mill - sett ned temperatur etter 21:30
description: ''
trigger: []
condition:
- condition: time
after: '21:30'
before: '06:30'
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
- sun
action:
- service: climate.set_temperature
data:
temperature: 18
target:
entity_id:
- climate.stue_nede
- climate.kontor
- climate.stue_oppe
- climate.kjokken
mode: single