From d8a219fe0e4250a85a4a1e4480b0fda8bcd7cc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Mon, 6 May 2019 19:18:50 +0200 Subject: [PATCH] Upgrade switchbot , fixes #23702 (#23716) --- homeassistant/components/switchbot/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index b024826ff84..b9ea4eb276e 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -3,7 +3,7 @@ "name": "Switchbot", "documentation": "https://www.home-assistant.io/components/switchbot", "requirements": [ - "PySwitchbot==0.6.1" + "PySwitchbot==0.6.2" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index 4d1e9fc4ff0..76d919f5e33 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -67,7 +67,7 @@ PyQRCode==1.2.1 PyRMVtransport==0.1.3 # homeassistant.components.switchbot -# PySwitchbot==0.6.1 +# PySwitchbot==0.6.2 # homeassistant.components.transport_nsw PyTransportNSW==0.1.1