Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 681 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 681 Bytes

homeassistant_webhook_proxy

This is a very basic, not really well thought our proxy that allows you to use GET requests for Home Assistant

Installation

  • Change the LOCAL_IPADDRESS in WebProxyController to be the IP address of you Home Assistant
  • Follow the instructions on how to create an add-on (All you should need to do really is copy the contents of this repo to the addons folder in Home Assistant) HERE
  • Once the add-on is running, you can then make a GET request to https://{YourIpAddress}:7123/api/web_hook_proxy/{web_hook_name} to trigger your Home Assistant Web Hook