mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
10 lines
267 B
JSON
10 lines
267 B
JSON
{
|
|
"domain": "generic",
|
|
"name": "Generic Camera",
|
|
"config_flow": true,
|
|
"requirements": ["ha-av==10.0.0b4", "pillow==9.1.1"],
|
|
"documentation": "https://www.home-assistant.io/integrations/generic",
|
|
"codeowners": ["@davet2001"],
|
|
"iot_class": "local_push"
|
|
}
|