ThatStella7922 / battery-webhook

Send your battery info to popular services using webhooks!
https://software.thatstel.la/software/crossplatform-apps/battery-webhook
GNU General Public License v3.0
16 stars 5 forks source link

New service type: Generic Webhook #12

Open ItsEcholot opened 2 months ago

ItsEcholot commented 2 months ago

First thanks a lot for all your efforts.

To make this more useful in a broder range of use cases I would like to request a generic webhook service type, where the user can specify a URL of their choosing. The service would then simply call this configured url (using POST) with either a JSON or a form data payload.

My specific use case would be to get the current apple watch battery life into HomeAssistant to run automations from there.

ThatStella7922 commented 2 months ago

This is a super interesting use case I hadn't thought about, I'll see what I can do in the next couple of days. I am in the middle of a really big move right now, so things will probably be slow