deiger / Alarm

Code to connect and control alarms by PIMA.
GNU General Public License v3.0
16 stars 11 forks source link

Bumping paho-mqtt to v1.6.1 #17

Closed maorcc closed 2 years ago

maorcc commented 2 years ago

Resolve the issue of breaking service after mqtt disarm/arm by upgrading paho-mqtt library to version 1.6.1. Fixed #16 .

maorcc commented 2 years ago

The version number of the Alarm service is written in multiple files. I've updated it from 0.7.2.6 to 0.7.2.7 in setup.py. I'm not sure if it should be bumped also in other files. @deiger, please review and fix if needed.

maorcc commented 2 years ago

@deiger, don't we need to update the docker hub image? https://hub.docker.com/r/deiger/pima/tags

deiger commented 2 years ago

Already done: https://hub.docker.com/r/deiger/pima/tags?name=0.7.2.7 Latest is not updated, because docker hub was partially down yesterday, but the HA add-on looks for a specific version, so it doesn't matter.