mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"domain": "generic",
|
|
"name": "Generic Camera",
|
|
"codeowners": ["@davet2001"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "stream"],
|
|
"documentation": "https://www.home-assistant.io/integrations/generic",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["av==16.0.1", "Pillow==12.0.0"]
|
|
}
|