From 0053c92d2b30ea22b6d0cf702c52b5e3388237ef Mon Sep 17 00:00:00 2001 From: Leo Shen Date: Wed, 19 Jun 2024 14:56:20 -0700 Subject: [PATCH] Update PySwitchbot to 0.48.0 (#119998) --- homeassistant/components/switchbot/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index c408a369761..dc858a688cb 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -39,5 +39,5 @@ "documentation": "https://www.home-assistant.io/integrations/switchbot", "iot_class": "local_push", "loggers": ["switchbot"], - "requirements": ["PySwitchbot==0.47.2"] + "requirements": ["PySwitchbot==0.48.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index f82ac823eb8..5ed3a261833 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -90,7 +90,7 @@ PyQRCode==1.2.1 PyRMVtransport==0.3.3 # homeassistant.components.switchbot -PySwitchbot==0.47.2 +PySwitchbot==0.48.0 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b48af464f60..d584b69bbf1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -78,7 +78,7 @@ PyQRCode==1.2.1 PyRMVtransport==0.3.3 # homeassistant.components.switchbot -PySwitchbot==0.47.2 +PySwitchbot==0.48.0 # homeassistant.components.syncthru PySyncThru==0.7.10