I recently moved to Home Assistant (and I love it) and I’m currently in the process of moving all of my devices over. One thing I can’t figure out is how to have my RPi4 (Hassio) trigger another Raspberry Pi that I’m running. I currently have IFTTT setup using Google Assistant and a Webhook into a Raspberry Pi Zero that runs a Python script that will trigger a relay momentarily via GPIO to open my garage door. It doesn’t have an ON/OFF state, it’s just a momentary trigger.
What I’m looking to do is one of two things. Either have Home Assistant run the Python script on that other Raspberry Pi OR have Home Assistant trigger the GPIO momentarily on that other RPi to trigger the relay.
Thoughts?