core/homeassistant/components/opencv/manifest.json

9 lines
239 B
JSON
Raw Normal View History

{
"domain": "opencv",
"name": "OpenCV",
"codeowners": [],
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/opencv",
"iot_class": "local_push",
"requirements": ["numpy==1.23.2", "opencv-python-headless==4.6.0.66"]
2020-04-03 19:58:19 +00:00
}