From 2a9c822454d51813145bd463b9bc696db0232f2d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 7 May 2016 10:59:23 -0700 Subject: [PATCH] Update HBMQTT (#1998) --- homeassistant/components/mqtt/server.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/mqtt/server.py b/homeassistant/components/mqtt/server.py index e54e0f70ad0..cffde56b319 100644 --- a/homeassistant/components/mqtt/server.py +++ b/homeassistant/components/mqtt/server.py @@ -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'] diff --git a/requirements_all.txt b/requirements_all.txt index c2760dbbabd..f15e2c4f5dc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -66,7 +66,7 @@ gntp==1.0.3 googlemaps==2.4.3 # homeassistant.components.mqtt.server -hbmqtt==0.6.3 +hbmqtt==0.7.1 # homeassistant.components.thermostat.heatmiser heatmiserV3==0.9.1