Still very new to HomeAssistant. Could do with some help on below, i must be misunderstanding how this works.
Trigger works fine without time conditions. When i below time conditions it doesn’t seem to fire after 17:30, or even on the weekends. What am i doing wrong ?
I think the time condition could be also a problem, from 9 to 17:30 works, but a time cannot be before 9 and after 17:30 at the same time if i remember right.
Simple way could be 2 automations for this, one before 09:00 and one after 17:30, that should work.
@madface i thought it might work as time resets at 00:00 or so i understood. I’ll try with 2 automations, although i’d rather not get to many automations like this, it will soon fill up
fyi: your yaml code worked. many thanks, i was struggling with this!
So i compared your screenshot with what i did, so you have one condition (OR) in which you OR 2 conditions (condition 1 and 2). So where did you define the time ? Do you have 3 (or 4) conditions in total?
nm. it didn’t occur to me i can look at the gui automation now that i have the correct yaml code i get it now, 1 OR condition and 2 condition types underneath.
out of interest, as you said the outcome would be both week and weekend. but why did it not run as it’s weekend now? or is time+OR just not a valid combo.