Template for my devices using espMqttManager. Adds discovery for Home Assistant over MQTT.
I use platformio.
- edit
data/config.json
(optionally add credentials) - edit
main.cpp
- build and upload:
$ pio run -t uploadfs
$ pio run -t upload
Done.
This library is released under the MIT Licence. A copy is included in the repo.