core/homeassistant/components/skybell/manifest.json

13 lines
334 B
JSON
Raw Normal View History

{
"domain": "skybell",
"name": "SkyBell",
2022-06-05 02:37:08 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/skybell",
2022-07-07 07:39:37 +00:00
"requirements": ["aioskybell==22.7.0"],
"dependencies": ["ffmpeg"],
2022-06-05 02:37:08 +00:00
"codeowners": ["@tkdrob"],
"iot_class": "cloud_polling",
"loggers": ["aioskybell"],
"integration_type": "hub"
}