06-15-2023 05:26 AM
Hi there,
Is it possible to design an Automation (Through script) to turn off/on other automations (Like arming them)
Case: On Sunset enable XYZ Automation
So then, when XYZ Automation criterias are met, they will action accordingly
Case: On Sunrise disable XYZ Automation
This way Presence sensing will only turn lights on when arriving home etc
Answered! Go to the Recommended Answer.
06-15-2023 05:56 AM
I think for this you would just need to add a condition to your automation that only allows it to run between certain times,
condition:
type: time.between
after: SUNSET
before: SUNRISE
06-15-2023 05:56 AM
I think for this you would just need to add a condition to your automation that only allows it to run between certain times,
condition:
type: time.between
after: SUNSET
before: SUNRISE
06-15-2023 04:16 PM
Thanks so much! Sounds so simple now haha!
06-23-2023 07:32 AM
Hello Doyouknowmadmax,
Happy to hear that @afuller was able to help! It looks like we can consider this one complete, so I will lock the thread shortly unless I can help out with anything else.
Cheers,
MUddi