core/homeassistant/components/opencv/manifest.json

9 lines
239 B
JSON
Raw Normal View History

{
"domain": "opencv",
"name": "OpenCV",
"documentation": "https://www.home-assistant.io/integrations/opencv",
2021-04-01 20:32:49 +00:00
"requirements": ["numpy==1.20.2", "opencv-python-headless==4.3.0.36"],
"codeowners": [],
"iot_class": "local_push"
2020-04-03 19:58:19 +00:00
}