core/homeassistant/components/skybell/manifest.json

13 lines
334 B
JSON
Raw Normal View History

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