mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix amcrest pylint issue (#60932)
This commit is contained in:
parent
c915aa1493
commit
b60b38c6f6
@ -58,7 +58,7 @@ class AmcrestSwitch(SwitchEntity):
|
||||
name: str,
|
||||
device: AmcrestDevice,
|
||||
entity_description: SwitchEntityDescription,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize switch."""
|
||||
self._api = device.api
|
||||
self.entity_description = entity_description
|
||||
|
Loading…
x
Reference in New Issue
Block a user