core/homeassistant/components/agent_dvr/manifest.json

11 lines
280 B
JSON

{
"domain": "agent_dvr",
"name": "Agent DVR",
"codeowners": ["@ispysoftware"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/agent_dvr",
"iot_class": "local_polling",
"loggers": ["agent"],
"requirements": ["agent-py==0.0.24"]
}