core/homeassistant/components/generic/manifest.json

11 lines
293 B
JSON

{
"domain": "generic",
"name": "Generic Camera",
"config_flow": true,
"requirements": ["ha-av==10.0.0", "pillow==9.3.0"],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/generic",
"codeowners": ["@davet2001"],
"iot_class": "local_push"
}