I would like to control the heating of the house based on the time of day.
The base I started with is some automations that as trigger
have time
and in action
set the temperature.
On top of that there are different actions on different days of the week, I would like to expand this so that it only works when I am home, so I added condition
.
I would also like it to turn off when I leave the house, and turn on when I get home. And this is where it starts to get messy, because I added another automation with Zone
as a trigger
and Choose
in action
to determine which automation to run.
Is there (probably yes) a smarter solution?