Integrate MQTT products from my brand into Home Assistant

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.

Should this be used as a dependency?

Did I miss something?
Am I at least on the right track?

Thank you for your reply

If your products are sending data via MQTT, then your easiest step to make them compatible with Home Assistant without needing to create an integration at all, is to go down the MQTT Auto Discovery route.

There are plenty of links to other projects that use MQTT Discovery too if you need to see some real world projects using it.

1 Like

thank you for your answer I will look into all of this