core/homeassistant/components/amcrest/manifest.json

11 lines
279 B
JSON
Raw Normal View History

{
"domain": "amcrest",
"name": "Amcrest",
"codeowners": ["@flacjacket"],
2023-02-08 19:29:44 +00:00
"dependencies": ["ffmpeg"],
"documentation": "https://www.home-assistant.io/integrations/amcrest",
"iot_class": "local_polling",
2023-02-08 19:29:44 +00:00
"loggers": ["amcrest"],
"requirements": ["amcrest==1.9.7"]
}