Skip to content

Commit

Permalink
Fix entity_type.
Browse files Browse the repository at this point in the history
Co-authored-by: puddly <[email protected]>
  • Loading branch information
mguaylam and puddly authored Nov 14, 2024
1 parent ec9b691 commit 640f963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhaquirks/philips/soc001.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class AttributeDefs(BaseAttributeDefs):
PhilipsContactCluster.cluster_id,
endpoint_id=2,
device_class=BinarySensorDeviceClass.OPENING,
EntityType=EntityType.STANDARD,
entity_type=EntityType.STANDARD,
fallback_name="Contact",
)
.binary_sensor(
Expand Down

0 comments on commit 640f963

Please sign in to comment.