mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
update hbmqtt to 0.9.1 (#10611)
This commit is contained in:
parent
eb7643e163
commit
bd5a16d70b
@ -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.8']
|
||||
REQUIREMENTS = ['hbmqtt==0.9.1']
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
# None allows custom config to be created through generate_config
|
||||
|
@ -316,7 +316,7 @@ ha-philipsjs==0.0.1
|
||||
haversine==0.4.5
|
||||
|
||||
# homeassistant.components.mqtt.server
|
||||
hbmqtt==0.8
|
||||
hbmqtt==0.9.1
|
||||
|
||||
# homeassistant.components.climate.heatmiser
|
||||
heatmiserV3==0.9.1
|
||||
|
@ -68,7 +68,7 @@ ha-ffmpeg==1.9
|
||||
haversine==0.4.5
|
||||
|
||||
# homeassistant.components.mqtt.server
|
||||
hbmqtt==0.8
|
||||
hbmqtt==0.9.1
|
||||
|
||||
# homeassistant.components.binary_sensor.workday
|
||||
holidays==0.8.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user