core/homeassistant/components/doods/manifest.json

10 lines
289 B
JSON
Raw Normal View History

{
"domain": "doods",
"name": "DOODS - Dedicated Open Object Detection Service",
"documentation": "https://www.home-assistant.io/integrations/doods",
2022-11-01 09:34:44 +00:00
"requirements": ["pydoods==1.0.2", "pillow==9.3.0"],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["pydoods"]
2020-04-03 19:58:19 +00:00
}