update python-velbus library version (#16194)

pull/16195/head
Thomas Delaet 2018-08-25 20:42:26 +02:00 committed by Fabian Affolter
parent f929c38e98
commit 2f2bcf0058
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from homeassistant.const import EVENT_HOMEASSISTANT_STOP, CONF_PORT
from homeassistant.helpers.discovery import load_platform
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['python-velbus==2.0.17']
REQUIREMENTS = ['python-velbus==2.0.18']
_LOGGER = logging.getLogger(__name__)

View File

@ -1134,7 +1134,7 @@ python-telegram-bot==10.1.0
python-twitch==1.3.0
# homeassistant.components.velbus
python-velbus==2.0.17
python-velbus==2.0.18
# homeassistant.components.media_player.vlc
python-vlc==1.1.2