mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"domain": "opencv",
|
|
"name": "Opencv",
|
|
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
|
"requirements": [
|
|
"numpy==1.17.1",
|
|
"opencv-python-headless==4.1.1.26"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
} |