From 32a40e59191a38b823b3e8f23f26d1920cd562ba Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 21 Nov 2025 06:22:55 -0600 Subject: [PATCH] Bump PySwichBot to 0.74.0 (#156986) --- 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 34096227247b..d5df733c5848 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -41,5 +41,5 @@ "iot_class": "local_push", "loggers": ["switchbot"], "quality_scale": "gold", - "requirements": ["PySwitchbot==0.73.0"] + "requirements": ["PySwitchbot==0.74.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 92d67cb99a23..dfdcbe772b75 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -83,7 +83,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.16.2 # homeassistant.components.switchbot -PySwitchbot==0.73.0 +PySwitchbot==0.74.0 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4a7c110946c2..03c7363471bc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -80,7 +80,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.16.2 # homeassistant.components.switchbot -PySwitchbot==0.73.0 +PySwitchbot==0.74.0 # homeassistant.components.syncthru PySyncThru==0.8.0