Remove paho and use hbmqtt for helper

Remove paho and use hbmqtt for helper
Fix sleep bug
This commit is contained in:
Brian Martin 2019-02-02 04:57:47 -05:00
parent 99508f25dc
commit d9bf97ce57
5 changed files with 105 additions and 130 deletions

View file

@ -5,7 +5,6 @@ name = "pypi"
[packages]
hbmqtt = "*"
paho-mqtt = "*"
aiohttp = "*"
[dev-packages]