From bba24a1251cb7a139f1bb0394e606a15fa24a19c Mon Sep 17 00:00:00 2001 From: Robbert Verbruggen Date: Wed, 3 Jan 2024 22:56:50 +0100 Subject: [PATCH] Bump rachiopy to 1.1.0 (#106975) --- CODEOWNERS | 4 ++-- homeassistant/components/rachio/manifest.json | 4 ++-- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 724f08bfd5e..21d692d2942 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1034,8 +1034,8 @@ build.json @home-assistant/supervisor /homeassistant/components/qvr_pro/ @oblogic7 /homeassistant/components/qwikswitch/ @kellerza /tests/components/qwikswitch/ @kellerza -/homeassistant/components/rachio/ @bdraco -/tests/components/rachio/ @bdraco +/homeassistant/components/rachio/ @bdraco @rfverbruggen +/tests/components/rachio/ @bdraco @rfverbruggen /homeassistant/components/radarr/ @tkdrob /tests/components/radarr/ @tkdrob /homeassistant/components/radio_browser/ @frenck diff --git a/homeassistant/components/rachio/manifest.json b/homeassistant/components/rachio/manifest.json index e58341633b1..1a9d71233c2 100644 --- a/homeassistant/components/rachio/manifest.json +++ b/homeassistant/components/rachio/manifest.json @@ -2,7 +2,7 @@ "domain": "rachio", "name": "Rachio", "after_dependencies": ["cloud"], - "codeowners": ["@bdraco"], + "codeowners": ["@bdraco", "@rfverbruggen"], "config_flow": true, "dependencies": ["http"], "dhcp": [ @@ -25,7 +25,7 @@ }, "iot_class": "cloud_push", "loggers": ["rachiopy"], - "requirements": ["RachioPy==1.0.3"], + "requirements": ["RachioPy==1.1.0"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index ef9d8e02e55..eda6128e7d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -118,7 +118,7 @@ PyViCare==2.32.0 PyXiaomiGateway==0.14.3 # homeassistant.components.rachio -RachioPy==1.0.3 +RachioPy==1.1.0 # homeassistant.components.python_script RestrictedPython==7.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 137584154a5..af9f10cdd40 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -103,7 +103,7 @@ PyViCare==2.32.0 PyXiaomiGateway==0.14.3 # homeassistant.components.rachio -RachioPy==1.0.3 +RachioPy==1.1.0 # homeassistant.components.python_script RestrictedPython==7.0