core/homeassistant/components/skybell/manifest.json

12 lines
305 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-06-11 19:34:32 +00:00
"requirements": ["aioskybell==22.6.1"],
"dependencies": ["ffmpeg"],
2022-06-05 02:37:08 +00:00
"codeowners": ["@tkdrob"],
"iot_class": "cloud_polling",
2022-06-05 02:37:08 +00:00
"loggers": ["aioskybell"]
}