core/homeassistant/components/ezviz/manifest.json

11 lines
280 B
JSON

{
"domain": "ezviz",
"name": "Ezviz",
"documentation": "https://www.home-assistant.io/integrations/ezviz",
"dependencies": ["ffmpeg"],
"codeowners": ["@RenierM26", "@baqs"],
"requirements": ["pyezviz==0.1.8.9"],
"config_flow": true,
"iot_class": "cloud_polling"
}