Bump rachiopy to 1.1.0 (#106975)
This commit is contained in:
parent
aad2f2cd45
commit
bba24a1251
4 changed files with 6 additions and 6 deletions
|
@ -1034,8 +1034,8 @@ build.json @home-assistant/supervisor
|
||||||
/homeassistant/components/qvr_pro/ @oblogic7
|
/homeassistant/components/qvr_pro/ @oblogic7
|
||||||
/homeassistant/components/qwikswitch/ @kellerza
|
/homeassistant/components/qwikswitch/ @kellerza
|
||||||
/tests/components/qwikswitch/ @kellerza
|
/tests/components/qwikswitch/ @kellerza
|
||||||
/homeassistant/components/rachio/ @bdraco
|
/homeassistant/components/rachio/ @bdraco @rfverbruggen
|
||||||
/tests/components/rachio/ @bdraco
|
/tests/components/rachio/ @bdraco @rfverbruggen
|
||||||
/homeassistant/components/radarr/ @tkdrob
|
/homeassistant/components/radarr/ @tkdrob
|
||||||
/tests/components/radarr/ @tkdrob
|
/tests/components/radarr/ @tkdrob
|
||||||
/homeassistant/components/radio_browser/ @frenck
|
/homeassistant/components/radio_browser/ @frenck
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "rachio",
|
"domain": "rachio",
|
||||||
"name": "Rachio",
|
"name": "Rachio",
|
||||||
"after_dependencies": ["cloud"],
|
"after_dependencies": ["cloud"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco", "@rfverbruggen"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["rachiopy"],
|
"loggers": ["rachiopy"],
|
||||||
"requirements": ["RachioPy==1.0.3"],
|
"requirements": ["RachioPy==1.1.0"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_http._tcp.local.",
|
"type": "_http._tcp.local.",
|
||||||
|
|
|
@ -118,7 +118,7 @@ PyViCare==2.32.0
|
||||||
PyXiaomiGateway==0.14.3
|
PyXiaomiGateway==0.14.3
|
||||||
|
|
||||||
# homeassistant.components.rachio
|
# homeassistant.components.rachio
|
||||||
RachioPy==1.0.3
|
RachioPy==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
RestrictedPython==7.0
|
RestrictedPython==7.0
|
||||||
|
|
|
@ -103,7 +103,7 @@ PyViCare==2.32.0
|
||||||
PyXiaomiGateway==0.14.3
|
PyXiaomiGateway==0.14.3
|
||||||
|
|
||||||
# homeassistant.components.rachio
|
# homeassistant.components.rachio
|
||||||
RachioPy==1.0.3
|
RachioPy==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.python_script
|
# homeassistant.components.python_script
|
||||||
RestrictedPython==7.0
|
RestrictedPython==7.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue