From 2f2bcf0058e9ce2e56cc06e8cf6786b44fa6c866 Mon Sep 17 00:00:00 2001 From: Thomas Delaet Date: Sat, 25 Aug 2018 20:42:26 +0200 Subject: [PATCH] update python-velbus library version (#16194) --- 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 8c944916905..a6cdcc7cf90 100644 --- a/homeassistant/components/velbus.py +++ b/homeassistant/components/velbus.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index a5cfe9e402a..c150ac482bf 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