hass-core/homeassistant/components/skybell/manifest.json
2022-11-07 19:39:29 +01:00

12 lines
334 B
JSON

{
"domain": "skybell",
"name": "SkyBell",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/skybell",
"requirements": ["aioskybell==22.7.0"],
"dependencies": ["ffmpeg"],
"codeowners": ["@tkdrob"],
"iot_class": "cloud_polling",
"loggers": ["aioskybell"],
"integration_type": "hub"
}