mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"domain": "opencv",
|
|
"name": "OpenCV",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
|
"iot_class": "local_push",
|
|
"requirements": ["numpy==1.23.2", "opencv-python-headless==4.6.0.66"]
|
|
}
|