Hey everyone,
I’m in the process of completely transitioning myself and my family away from Apple Home due to the lack of support. I’m almost fully switched to Home Assistant (HA), except for one thing: notifications via Pushcut.
Currently, I’m triggering Pushcut notifications through Home/Shortcuts. This requires integrating a device from HA into HomeKit, which I’d like to avoid. For example, I have an automation set up that triggers a shortcut to get contents from a URL when a door is opened.
I’m looking for a way to achieve this directly in Home Assistant. Specifically, I want to create an automation that says: if my contact sensor is activated, then call a specific URL: https://api.pushcut.io/xxxx/notifications/doorisopen.
I’ve searched on Reddit and here on this forum, but I’m not sure how to set this up in the automation section. I know the trigger will be the sensor, but I’m unclear on what the action should be. How can I configure it to make a GET request to a URL?
I already know that it’s a great community and glad to be here.
Any help would be appreciated!