6 ms·
How do home assistant sensors work? I've thought about adding a webhook capability. Would it be something like that?
by newswangerd 8mo ago
How do home assistant sensors work? I've thought about adding a webhook capability. Would it be something like that?
- eightysixfour 8mo agoThere's a push and a poll model for home assistant sensors: https://developers.home-assistant.io/docs/integration_fetching_data https://developers.home-assistant.io/docs/integration_fetchi... Pretty easy to set-up a webhook trigger for automations in home assistant as well: https://www.home-assistant.io/docs/automation/trigger/#webhook-trigger https://www.home-assistant.io/docs/automation/trigger/#webho...
- newswangerd 8mo agoI was thinking about ways for the app to receive webhooks, but being able to send webhooks is an even better idea! I'm going to start writing down some thoughts for creating generic webhook triggers. That should also work for zapier (and possibly IFTTT) as well.