core/homeassistant/components/generic/manifest.json

11 lines
293 B
JSON
Raw Normal View History

{
"domain": "generic",
"name": "Generic Camera",
"config_flow": true,
2022-11-01 09:34:44 +00:00
"requirements": ["ha-av==10.0.0", "pillow==9.3.0"],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/generic",
2022-03-30 08:56:37 +00:00
"codeowners": ["@davet2001"],
"iot_class": "local_push"
}