Skip to content

Commit

Permalink
Revert "Update __init__.py (#405)"
Browse files Browse the repository at this point in the history
This reverts commit 52adba8.
  • Loading branch information
rroller committed Nov 2, 2024
1 parent c6bf021 commit f40ae9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dahua/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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) """
Expand Down

0 comments on commit f40ae9b

Please sign in to comment.