Newbie here lol,
I have a condition where I don’t want an automation to work from 7:00 to 15:00. It doesn’t function at all. The automation itself functions, just not the condition.
trigger:
- below: '700'
entity_id: sensor.plant_2
platform: numeric_state
condition:
condition: time
after: '07:00:00'
before: '15:00:00'
Thanks!