2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "opencv",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "OpenCV",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
2020-03-29 19:30:00 +00:00
|
|
|
"requirements": [
|
|
|
|
"numpy==1.18.1",
|
|
|
|
"opencv-python-headless==4.2.0.32"
|
|
|
|
],
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": []
|
2020-03-29 19:30:00 +00:00
|
|
|
}
|