update hbmqtt to 0.9.1 (#10611)

pull/10622/head
Mitko Masarliev 2017-11-16 17:47:37 +02:00 committed by Paulus Schoutsen
parent eb7643e163
commit bd5a16d70b
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.8']
REQUIREMENTS = ['hbmqtt==0.9.1']
DEPENDENCIES = ['http']
# None allows custom config to be created through generate_config

View File

@ -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

View File

@ -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