core/homeassistant/components/generic/manifest.json

11 lines
294 B
JSON
Raw Normal View History

{
"domain": "generic",
"name": "Generic Camera",
2023-02-08 19:27:05 +00:00
"codeowners": ["@davet2001"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/generic",
2023-02-08 19:27:05 +00:00
"iot_class": "local_push",
2024-04-13 16:26:33 +00:00
"requirements": ["ha-av==10.1.1", "Pillow==10.3.0"]
}