Specify configurator as dependency (#23030)
This commit is contained in:
parent
7303d56a55
commit
57f17707c6
15 changed files with 17 additions and 12 deletions
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"pyatv==0.3.12"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"py-august==0.7.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"aioautomatic==0.6.5"
|
||||
],
|
||||
"dependencies": [
|
||||
"configurator",
|
||||
"http"
|
||||
],
|
||||
"codeowners": [
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
"requirements": [
|
||||
"braviarc-homeassistant==0.3.7.dev0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": [
|
||||
"configurator"
|
||||
],
|
||||
"codeowners": [
|
||||
"@robbiet480"
|
||||
]
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"python-ecobee-api==0.0.18"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"fitbit==0.3.0"
|
||||
],
|
||||
"dependencies": [
|
||||
"configurator",
|
||||
"http"
|
||||
],
|
||||
"codeowners": [
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"websocket-client==0.54.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"homekit[IP]==0.13.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"pyicloud==0.9.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"plexapi==3.0.6"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"RtmAPI==0.7.0",
|
||||
"httplib2==0.10.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"requirements": [
|
||||
"pysabnzbd==1.1.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"spotipy-homeassistant==2.4.4.dev1"
|
||||
],
|
||||
"dependencies": [
|
||||
"configurator",
|
||||
"http"
|
||||
],
|
||||
"codeowners": []
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"pylgtv==0.1.9",
|
||||
"websockets==6.0"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"pubnubsub-handler==1.0.3",
|
||||
"python-wink==1.10.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"dependencies": ["configurator"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue