From ec5e58491e5708a74551d9c4500ac18696f174ef Mon Sep 17 00:00:00 2001 From: Christian Lackas Date: Thu, 27 Aug 2026 13:18:33 +0200 Subject: [PATCH] Bump PyViCare to 2.62.0 (#180395) --- homeassistant/components/vicare/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/vicare/manifest.json b/homeassistant/components/vicare/manifest.json index 78e66edf31af..3ccc68df7b21 100644 --- a/homeassistant/components/vicare/manifest.json +++ b/homeassistant/components/vicare/manifest.json @@ -13,5 +13,5 @@ "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["PyViCare"], - "requirements": ["PyViCare==2.61.0"] + "requirements": ["PyViCare==2.62.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 957f94e726f9..782a15c121eb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -102,7 +102,7 @@ PyTransportNSW==0.1.1 PyTurboJPEG==1.8.3 # homeassistant.components.vicare -PyViCare==2.61.0 +PyViCare==2.62.0 # homeassistant.components.xiaomi_aqara PyXiaomiGateway==0.14.3