core/homeassistant/components/doods/manifest.json

10 lines
290 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"],
2023-07-08 17:30:54 +00:00
"requirements": ["pydoods==1.0.2", "Pillow==10.0.0"]
2020-04-03 19:58:19 +00:00
}