Bump rachiopy to 1.1.0 (#106975)

This commit is contained in:
Robbert Verbruggen 2024-01-03 22:56:50 +01:00 committed by GitHub
parent aad2f2cd45
commit bba24a1251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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.",

View File

@ -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

View File

@ -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