From 96f689a70f26ed8c5f9fce629844944735108ac0 Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Mon, 15 Apr 2019 06:42:30 +0200 Subject: [PATCH] =?UTF-8?q?Upgraded=20python-velbus=20package,=20this=20fi?= =?UTF-8?q?xes=20a=20lot=20of=20problems=20with=20the=E2=80=A6=20(#23100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upgraded python-velbus package, this fixes a lot of problems with the velbus component * updated manifest.json --- homeassistant/components/velbus/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/velbus/manifest.json b/homeassistant/components/velbus/manifest.json index 4df9fe32dd9..ff32000d5f0 100644 --- a/homeassistant/components/velbus/manifest.json +++ b/homeassistant/components/velbus/manifest.json @@ -3,7 +3,7 @@ "name": "Velbus", "documentation": "https://www.home-assistant.io/components/velbus", "requirements": [ - "python-velbus==2.0.22" + "python-velbus==2.0.24" ], "dependencies": [], "codeowners": [] diff --git a/requirements_all.txt b/requirements_all.txt index 6ab9c8d1d1e..8ba647a64bd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1390,7 +1390,7 @@ python-telegram-bot==11.1.0 python-twitch-client==0.6.0 # homeassistant.components.velbus -python-velbus==2.0.22 +python-velbus==2.0.24 # homeassistant.components.vlc python-vlc==1.1.2