mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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,
|
name: str,
|
||||||
device: AmcrestDevice,
|
device: AmcrestDevice,
|
||||||
entity_description: SwitchEntityDescription,
|
entity_description: SwitchEntityDescription,
|
||||||
):
|
) -> None:
|
||||||
"""Initialize switch."""
|
"""Initialize switch."""
|
||||||
self._api = device.api
|
self._api = device.api
|
||||||
self.entity_description = entity_description
|
self.entity_description = entity_description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user