Fix EZVIZ spelling case (#79164)

* Fix EZVIZ spelling case

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

* Revert changes to translations other than English
This commit is contained in:
Ville Skyttä 2022-09-28 08:41:33 +03:00 committed by GitHub
parent 38f3fa0762
commit b54458dfba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 42 additions and 42 deletions

View file

@ -1,4 +1,4 @@
"""An abstract class common to all Ezviz entities."""
"""An abstract class common to all EZVIZ entities."""
from __future__ import annotations
from typing import Any
@ -11,7 +11,7 @@ from .coordinator import EzvizDataUpdateCoordinator
class EzvizEntity(CoordinatorEntity[EzvizDataUpdateCoordinator], Entity):
"""Generic entity encapsulating common features of Ezviz device."""
"""Generic entity encapsulating common features of EZVIZ device."""
def __init__(
self,