From 4c5485ad04d000959bea65884597064860b2425f Mon Sep 17 00:00:00 2001 From: Retha Runolfsson <137745329+zerzhang@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:16:08 +0800 Subject: [PATCH] Bump pyswitchbot to 0.66.0 (#146430) bump pyswitchbot to 0.66.0 --- 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 a855b43f1e6..78cd5276134 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.65.0"] + "requirements": ["PySwitchbot==0.66.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 7e8cb21ddf3..58f80a6b18b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -81,7 +81,7 @@ PyQRCode==1.2.1 PyRMVtransport==0.3.3 # homeassistant.components.switchbot -PySwitchbot==0.65.0 +PySwitchbot==0.66.0 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 057689de0a5..dfefbb9f5f5 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.65.0 +PySwitchbot==0.66.0 # homeassistant.components.syncthru PySyncThru==0.8.0