1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Update HBMQTT (#1998)

This commit is contained in:
Paulus Schoutsen
2016-05-07 10:59:23 -07:00
parent 6cae7c0307
commit 2a9c822454
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import threading
from homeassistant.components.mqtt import PROTOCOL_311
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
REQUIREMENTS = ['hbmqtt==0.6.3']
REQUIREMENTS = ['hbmqtt==0.7.1']
DEPENDENCIES = ['http']