From f7a5b14cd640af61a714c7747a87f53fefc6976d Mon Sep 17 00:00:00 2001 From: raww <sam.leveridge@gmail.com> Date: Tue, 19 Dec 2023 20:27:31 +0000 Subject: [PATCH] Bump switchbot-api to 1.3.0 (#105594) --- homeassistant/components/switchbot_cloud/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_cloud/manifest.json b/homeassistant/components/switchbot_cloud/manifest.json index 9a4e4fbe196..1539c81331e 100644 --- a/homeassistant/components/switchbot_cloud/manifest.json +++ b/homeassistant/components/switchbot_cloud/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/switchbot_cloud", "iot_class": "cloud_polling", "loggers": ["switchbot-api"], - "requirements": ["switchbot-api==1.2.1"] + "requirements": ["switchbot-api==1.3.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 816a94e2dca..c547318015d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2567,7 +2567,7 @@ surepy==0.8.0 swisshydrodata==0.1.0 # homeassistant.components.switchbot_cloud -switchbot-api==1.2.1 +switchbot-api==1.3.0 # homeassistant.components.synology_srm synology-srm==0.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 00ad7fba8b3..fd4979a8202 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1928,7 +1928,7 @@ sunweg==2.0.1 surepy==0.8.0 # homeassistant.components.switchbot_cloud -switchbot-api==1.2.1 +switchbot-api==1.3.0 # homeassistant.components.system_bridge systembridgeconnector==3.10.0 -- GitLab