diff --git a/homeassistant/components/amcrest/switch.py b/homeassistant/components/amcrest/switch.py index 67dc551fcb9..876deeacf91 100644 --- a/homeassistant/components/amcrest/switch.py +++ b/homeassistant/components/amcrest/switch.py @@ -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