Good morning,
I’m trying to add my company’s products to the list of integrations, but I’m having trouble understanding exactly how it all works.
To begin, the products connect to Wi-Fi and after finding their IP address, one can send and receive information in MQTT.
But I’m having trouble finding documentation that explains how to do this
Firstly, I set up my development environment with this without big problems:
Then I created an integration with this:
But afterward, I don’t really know how to continue
I found these links, but I’m not sure how to integrate them, and I’m having trouble understanding everything.
- Integration Manifest | Home Assistant Developer Docs
- https://github.com/home-assistant/example-custom-config/tree/master/custom_components/mqtt_basic_async
- https://github.com/home-assistant/example-custom-config/tree/master/custom_components/mqtt_basic_sync
Should this be used as a dependency?
Did I miss something?
Am I at least on the right track?
Thank you for your reply