mirror of https://github.com/home-assistant/core
12 lines
319 B
JSON
12 lines
319 B
JSON
{
|
|
"domain": "ezviz",
|
|
"name": "EZVIZ",
|
|
"codeowners": ["@RenierM26", "@baqs"],
|
|
"config_flow": true,
|
|
"dependencies": ["ffmpeg"],
|
|
"documentation": "https://www.home-assistant.io/integrations/ezviz",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["paho_mqtt", "pyezviz"],
|
|
"requirements": ["pyezviz==0.2.1.2"]
|
|
}
|