Hi!
I want to post data from Home Assistant to Adafruit IO, io.adafruit.com. I can send a value with curl:
curl -F ‘value=65.5’ -H ‘X-AIO-Key: 74ad…’ http://io.adafruit.com/…/…/phermansson/feeds/sovrumtemp/data
How do I do the same from Home Assistant?
1 Like
lolouk44
(lolouk44)
2
you can still use curl via a shell_command:
1 Like
Should be a solution, thanks!
But still feels like a hack, not a “real” solution.
lolouk44
(lolouk44)
4
Not really a hack, it’s just calling a URL and parsing parameters. How else did you want to send that data over?