From be91207830037681352c1791c9433490d42f9ef1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 27 Nov 2016 12:21:20 -0800 Subject: [PATCH] Upgrade HBMQTT (#4599) --- 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 cc240e41a30..7910477c808 100644 --- a/homeassistant/components/mqtt/server.py +++ b/homeassistant/components/mqtt/server.py @@ -12,7 +12,7 @@ from homeassistant.components.mqtt import PROTOCOL_311 from homeassistant.const import EVENT_HOMEASSISTANT_STOP from homeassistant.util.async import run_coroutine_threadsafe -REQUIREMENTS = ['hbmqtt==0.7.1'] +REQUIREMENTS = ['hbmqtt==0.8'] DEPENDENCIES = ['http'] diff --git a/requirements_all.txt b/requirements_all.txt index e248829cd4e..837e14cab77 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -146,7 +146,7 @@ ha-ffmpeg==0.15 ha-philipsjs==0.0.1 # homeassistant.components.mqtt.server -hbmqtt==0.7.1 +hbmqtt==0.8 # homeassistant.components.climate.heatmiser heatmiserV3==0.9.1