diff --git a/custom_components/dahua/__init__.py b/custom_components/dahua/__init__.py index 95651cc..fc757df 100755 --- a/custom_components/dahua/__init__.py +++ b/custom_components/dahua/__init__.py @@ -539,7 +539,7 @@ def supports_security_light(self) -> bool: Returns true if this camera has the red/blue flashing security light feature. For example, the IPC-HDW3849HP-AS-PV does https://dahuawiki.com/Template:NameConvention """ - return "-AS-PV" in self.model or self.model == "AD410" or self.model.startswith("IP8M") + return "-AS-PV" in self.model or self.model == "AD410" def is_doorbell(self) -> bool: """ Returns true if this is a doorbell (VTO) """