Upgrade paho-mqtt to 1.2 (#2339)

This commit is contained in:
Fabian Affolter 2016-06-21 06:51:50 +02:00 committed by Paulus Schoutsen
parent caa096ebd5
commit 38b0336694
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ MQTT_CLIENT = None
SERVICE_PUBLISH = 'publish'
EVENT_MQTT_MESSAGE_RECEIVED = 'mqtt_message_received'
REQUIREMENTS = ['paho-mqtt==1.1']
REQUIREMENTS = ['paho-mqtt==1.2']
CONF_EMBEDDED = 'embedded'
CONF_BROKER = 'broker'

View File

@ -197,7 +197,7 @@ neurio==0.2.10
orvibo==1.1.1
# homeassistant.components.mqtt
paho-mqtt==1.1
paho-mqtt==1.2
# homeassistant.components.media_player.panasonic_viera
panasonic_viera==0.2