#Controlling home assistant automations with node-red

1 messages · Page 1 of 1 (latest)

shut trail
#

hello, under my doorbell display on my dashboard I have a button that turns off an automation I have that sends motion notifications to my phone along with a snapshot and I was wondering if this was possible with node-red, turning on and off that automation and if so how?

simple glacier
#

Turning off an automation can be done w/ a service call to automation.turn_off with the automation entity id in target

#

(Or you could of course use toggle to flip back and forth)