I’m trying to build an integration to a cloud API, and while the RESTful works I’m trying to move to a more fully functional, proper integration. I can get around python and use REST API’s without an issue, but I’m having a challenge with the developer documents. The default Creating your first integration | Home Assistant Developer Docs and scafold/blueprint (at almost 500 lines) is a little like “draw the rest of the owl”.
I’m wondering if anyone has an example of a functional integration they’ve built that is relatively simple. With the way I learn, it’s easier to follow real code than “sample sensor one” type stuff.
Thanks!