core/homeassistant/components/generic/manifest.json

10 lines
267 B
JSON

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