#Automation for closing garage doors at 10 pm if open
1 messages · Page 1 of 1 (latest)
Use a Time trigger to fire at 10pm.
There are various ways to do the actions, but one basic option is to have a separate If/Then action for each door to close it if it's open.
so what i tried to do for the action, is i add choose and put on both options, 2 conditions and 2 actions
but when i play it, it will only do the option 1 of course
for this, how can i tell which garage tho
are you sure you need conditions? You could just try to close them and if they're already closed, they just won't do anything
The options in a Choose action are mutually exclusive... only the first one whose conditions are met will be chosen. That if why I suggested 2 If/Then's (or you could do 2 Choose actions, each with just one option).
In most cases ShadowX's suggestion will work without any issues, but it will depend on how your garage doors are integrated into HA.
alr i see, ty guys