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-09-25 10:39:21 +00:00
"requirements": ["numpy==1.21.2", "opencv-python-headless==4.5.2.54"],
"codeowners": [],
"iot_class": "local_push"
2020-04-03 19:58:19 +00:00
}