From 5fbaad3bb5736a052b569e492adf586a5ea3b777 Mon Sep 17 00:00:00 2001 From: Thomas Delaet Date: Sat, 25 Aug 2018 18:52:13 +0200 Subject: [PATCH] update python-velbus library version --- homeassistant/components/velbus.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/velbus.py b/homeassistant/components/velbus.py index 8c9449169058a8..a6cdcc7cf90255 100644 --- a/homeassistant/components/velbus.py +++ b/homeassistant/components/velbus.py @@ -12,7 +12,7 @@ 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__) diff --git a/requirements_all.txt b/requirements_all.txt index a5cfe9e402a594..c150ac482bf43a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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