mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Specify configurator as dependency (#23030)
This commit is contained in:
parent
7303d56a55
commit
57f17707c6
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"pyatv==0.3.12"
|
"pyatv==0.3.12"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"py-august==0.7.0"
|
"py-august==0.7.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"aioautomatic==0.6.5"
|
"aioautomatic==0.6.5"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"configurator",
|
||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"braviarc-homeassistant==0.3.7.dev0"
|
"braviarc-homeassistant==0.3.7.dev0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [
|
||||||
|
"configurator"
|
||||||
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@robbiet480"
|
"@robbiet480"
|
||||||
]
|
]
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"python-ecobee-api==0.0.18"
|
"python-ecobee-api==0.0.18"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"fitbit==0.3.0"
|
"fitbit==0.3.0"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"configurator",
|
||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"websocket-client==0.54.0"
|
"websocket-client==0.54.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"homekit[IP]==0.13.0"
|
"homekit[IP]==0.13.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"pyicloud==0.9.1"
|
"pyicloud==0.9.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"plexapi==3.0.6"
|
"plexapi==3.0.6"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
"RtmAPI==0.7.0",
|
"RtmAPI==0.7.0",
|
||||||
"httplib2==0.10.3"
|
"httplib2==0.10.3"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"pysabnzbd==1.1.0"
|
"pysabnzbd==1.1.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"spotipy-homeassistant==2.4.4.dev1"
|
"spotipy-homeassistant==2.4.4.dev1"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
"configurator",
|
||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
"pylgtv==0.1.9",
|
"pylgtv==0.1.9",
|
||||||
"websockets==6.0"
|
"websockets==6.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
"pubnubsub-handler==1.0.3",
|
"pubnubsub-handler==1.0.3",
|
||||||
"python-wink==1.10.3"
|
"python-wink==1.10.3"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": ["configurator"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user