core/homeassistant/components/doods/manifest.json

10 lines
289 B
JSON
Raw Normal View History

{
"domain": "doods",
"name": "DOODS - Dedicated Open Object Detection Service",
"codeowners": [],
2023-02-08 19:16:39 +00:00
"documentation": "https://www.home-assistant.io/integrations/doods",
"iot_class": "local_polling",
2023-02-08 19:16:39 +00:00
"loggers": ["pydoods"],
"requirements": ["pydoods==1.0.2", "pillow==9.4.0"]
2020-04-03 19:58:19 +00:00
}