I’ve been exploring how to make my home automation setup more intuitive, especially when it comes to scheduling lights or devices. Many of us might imagine creating automations that turn lights on or off at specific times, but setting this up can sometimes feel a bit convoluted. I stumbled upon a discussion about a proposed day trigger condition that could simplify this process significantly.
Currently, to schedule something based on the day of the week, you might have to use a template condition, which works but feels a bit too involved for such a common use case. The idea of having a straightforward day condition where you can simply list the days (like Monday through Friday) sounds like a game-changer. It would make setting up weekly routines much more accessible, especially for those new to home automation.
Here’s how I envision it working:
yaml
condition: day
day:
- monday
- tuesday
- wednesday
- thursday
- friday
This would trigger an automation only on weekdays, which is perfect for scenarios like turning on hallway lights during workdays or adjusting thermostat settings.
I’d love to hear others’ thoughts on this! Have you encountered similar needs in your setups? What other features would make scheduling even more user-friendly? Let’s brainstorm together and see how we can make automation more intuitive for everyone!
automation #SmartScheduling HomeAutomation