mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Bump rachiopy to 1.1.0 (#106975)
This commit is contained in:
parent
aad2f2cd45
commit
bba24a1251
@ -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
|
||||
|
@ -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.",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user