mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
fix(hbmqtt): partial packets breaking hbmqtt (#14329)
This issue was fixed in hbmqtt/issues#95 that was released in hbmqtt 0.9.2
This commit is contained in:
parent
5c95c53c6c
commit
a2b8ad50f2
@ -13,7 +13,7 @@ import voluptuous as vol
|
|||||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['hbmqtt==0.9.1']
|
REQUIREMENTS = ['hbmqtt==0.9.2']
|
||||||
DEPENDENCIES = ['http']
|
DEPENDENCIES = ['http']
|
||||||
|
|
||||||
# None allows custom config to be created through generate_config
|
# None allows custom config to be created through generate_config
|
||||||
|
@ -371,7 +371,7 @@ ha-philipsjs==0.0.3
|
|||||||
haversine==0.4.5
|
haversine==0.4.5
|
||||||
|
|
||||||
# homeassistant.components.mqtt.server
|
# homeassistant.components.mqtt.server
|
||||||
hbmqtt==0.9.1
|
hbmqtt==0.9.2
|
||||||
|
|
||||||
# homeassistant.components.climate.heatmiser
|
# homeassistant.components.climate.heatmiser
|
||||||
heatmiserV3==0.9.1
|
heatmiserV3==0.9.1
|
||||||
|
@ -75,7 +75,7 @@ ha-ffmpeg==1.9
|
|||||||
haversine==0.4.5
|
haversine==0.4.5
|
||||||
|
|
||||||
# homeassistant.components.mqtt.server
|
# homeassistant.components.mqtt.server
|
||||||
hbmqtt==0.9.1
|
hbmqtt==0.9.2
|
||||||
|
|
||||||
# homeassistant.components.binary_sensor.workday
|
# homeassistant.components.binary_sensor.workday
|
||||||
holidays==0.9.5
|
holidays==0.9.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user