#Automation/blueprint to turn lights on between X and Y
1 messages · Page 1 of 1 (latest)
create two time only input datetimes, one for the start time and one for the end time. Then create an automation which triggers on those times and turns on the light on the first one, and turns it off on the last one
Or, if you don't have the need to change the times on a dashboard, just enter the times directly.
This is indeed a very simple automation. So this is a great exercise 🙂
or if you have a static set of times create an input_select helper (aka dropdown)
That is nice in the UI, but a lot harder to use in an automation then a input_datetime. Not impossible of course.
do i need two automations?