Replacing api calls with webhooks

My Blueiris (BI) server and some very specific Vera stuff communicated with HASS via the ‘old’ API calls.

For instance BI: 192.168.1.XX:8123/api/states/binary_sensor.bi_frontdoor?api_password=xxxxxx

or Vera:
url = ‘http://192.168.1.XX:8123/api/’ … endpoint … ‘?api_password=xxxxx’

Now I would love to get rid of the API password/security risk and replace by webhooks. Is this easy to do?

I once posted short instructions here: 0.80: Lovelace updates, webhooks, TRÅDFRI switches
Maybe this will help you.

1 Like