hass-core/homeassistant/components/ezviz/manifest.json
Ville Skyttä b54458dfba
Fix EZVIZ spelling case ()
* Fix EZVIZ spelling case

The vendor seems consistent about all-uppercase spelling, so let's
follow suit.

* Revert changes to translations other than English
2022-09-28 07:41:33 +02:00

11 lines
319 B
JSON

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