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