mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
11 lines
294 B
JSON
11 lines
294 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.1.1", "Pillow==10.1.0"]
|
|
}
|