hass-core/homeassistant/components/generic/manifest.json
2023-04-11 17:01:56 +02:00

10 lines
293 B
JSON

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