1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-15 23:43:04 +00:00
Files
core/homeassistant/components/generic/manifest.json
2022-07-04 13:16:01 +02:00

10 lines
267 B
JSON

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