Upgrade paho-mqtt to 1.4.0 (#16688)

This commit is contained in:
Fabian Affolter 2018-09-18 14:59:39 +02:00 committed by Paulus Schoutsen
parent d2246d5a4f
commit cba3a5b055
7 changed files with 52 additions and 65 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP)
from homeassistant.helpers import state as state_helper
REQUIREMENTS = ['paho-mqtt==1.3.1']
REQUIREMENTS = ['paho-mqtt==1.4.0']
_LOGGER = logging.getLogger(__name__)