Open Stubbs opened 4 years ago
Home Assistant's API only supports Bearer Token API auth and there's no option to supply any header information when calling a webhook.
in the worst case you can build a proxy that receives your request and forwards it with required headers
Home Assistant's API only supports Bearer Token API auth and there's no option to supply any header information when calling a webhook.