A library for creating MQTT components for Home Assistant. Used in my PID controller project.
Add library to requirements file:
NOTE: Change the hash to point to your desired version.
git+https://github.com/gbbirkisson/ha-mqtt.git@738da5d1df70747e3946a0372c45d3d65bd34c5a#egg=ha_mqtt
See usage in unit tests and my PID controller project.