mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 14:43:52 +01:00
11 lines
275 B
JSON
11 lines
275 B
JSON
{
|
|
"domain": "foscam",
|
|
"name": "Foscam",
|
|
"codeowners": ["@krmarien"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/foscam",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["libpyfoscam"],
|
|
"requirements": ["libpyfoscam==1.2.2"]
|
|
}
|