Skip to content

Commit

Permalink
change glass break sensor to sound device type
Browse files Browse the repository at this point in the history
  • Loading branch information
rlippmann committed Mar 2, 2024
1 parent f3d21bb commit 067eb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/adtpulse/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fire": BinarySensorDeviceClass.HEAT,
"motion": BinarySensorDeviceClass.MOTION,
"smoke": BinarySensorDeviceClass.SMOKE,
"glass": BinarySensorDeviceClass.TAMPER,
"glass": BinarySensorDeviceClass.SOUND,
}


Expand Down

0 comments on commit 067eb30

Please sign in to comment.