From e8025317ed3a301646a01ae93c2f4cfc318b45db Mon Sep 17 00:00:00 2001 From: Retha Runolfsson <137745329+zerzhang@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:39:23 +0800 Subject: [PATCH] Bump PySwitchbot to 0.76.0 (#160470) --- 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 adbdceca5dd..344dcc2e46c 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -42,5 +42,5 @@ "iot_class": "local_push", "loggers": ["switchbot"], "quality_scale": "gold", - "requirements": ["PySwitchbot==0.75.0"] + "requirements": ["PySwitchbot==0.76.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 7f9613c928a..4062a089638 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -83,7 +83,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.18.0 # homeassistant.components.switchbot -PySwitchbot==0.75.0 +PySwitchbot==0.76.0 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ad45f88801b..6b4fcd4c2d3 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -83,7 +83,7 @@ PyRMVtransport==0.3.3 PySrDaliGateway==0.18.0 # homeassistant.components.switchbot -PySwitchbot==0.75.0 +PySwitchbot==0.76.0 # homeassistant.components.syncthru PySyncThru==0.8.0