fix(hbmqtt): partial packets breaking hbmqtt (#14329)

This issue was fixed in hbmqtt/issues#95 that was released in hbmqtt 0.9.2
pull/14331/head
Javier Gonel 2018-05-07 16:52:33 +03:00 committed by Paulus Schoutsen
parent 5c95c53c6c
commit a2b8ad50f2
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import voluptuous as vol
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['hbmqtt==0.9.1']
REQUIREMENTS = ['hbmqtt==0.9.2']
DEPENDENCIES = ['http']
# None allows custom config to be created through generate_config

View File

@ -371,7 +371,7 @@ ha-philipsjs==0.0.3
haversine==0.4.5
# homeassistant.components.mqtt.server
hbmqtt==0.9.1
hbmqtt==0.9.2
# homeassistant.components.climate.heatmiser
heatmiserV3==0.9.1

View File

@ -75,7 +75,7 @@ ha-ffmpeg==1.9
haversine==0.4.5
# homeassistant.components.mqtt.server
hbmqtt==0.9.1
hbmqtt==0.9.2
# homeassistant.components.binary_sensor.workday
holidays==0.9.5