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:
parent
38f3fa0762
commit
b54458dfba
14 changed files with 42 additions and 42 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue