Hello,
I want to my LoRaWAN sensors to be compatible with Home Assistant. So I created a LoRaWAN platform (see this PR), currently compatible with only one LoRaWAN server and one sensor, then I wanted to expand compatibility to other devices/brands.
@balloob commented that each device manufacturer should have its own integration, which I can understand, but he also said
The MQTT integration should be used to make lorawan data accessible in Home Assistant. It shouldn’t be wrapped in a config flow for a lorawan integration.
The data are transferred from the LoRaWAN network server to HASS by MQTT, but what does “the MQTT integration should be used” mean?
Thanks