Skip to content

Commit

Permalink
Update switch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RenierM26 committed Jan 16, 2025
1 parent 99a795b commit 697f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ezviz_cloud/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@dataclass(frozen=True, kw_only=True)
class EzvizSwitchEntityDescription(SwitchEntityDescription):
"""Describe a EZVIZ switch from switch api."""
"""Describe a EZVIZ switch."""

supported_ext: str | None
method: Callable[[EzvizClient, str, int], Any]
Expand Down

0 comments on commit 697f5ac

Please sign in to comment.