Upgrade HBMQTT (#4599)

This commit is contained in:
Paulus Schoutsen 2016-11-27 12:21:20 -08:00 committed by GitHub
parent ecf285105c
commit be91207830
2 changed files with 2 additions and 2 deletions

View File

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

View File

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