mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 11:54:35 +02:00
Add integration_type device to foscam (#159021)
This commit is contained in:
committed by
GitHub
parent
46b6557348
commit
60df4433ca
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@Foscam-wangzhengyu"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/foscam",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["libpyfoscamcgi"],
|
||||
"requirements": ["libpyfoscamcgi==0.0.9"]
|
||||
|
||||
@@ -2142,7 +2142,7 @@
|
||||
},
|
||||
"foscam": {
|
||||
"name": "Foscam",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user