Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiteixeira authored Mar 11, 2022
1 parent 7354209 commit c268bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/tuya/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ class TuyaSensorEntityDescription(SensorEntityDescription):
"ms": (
TuyaSensorEntityDescription(
key=DPCode.ALARM_LOCK,
name="Alert",
name="Last Alert",
device_class=TuyaDeviceClass.LOCK_ALARM,
icon="mdi:information-outline",
),
Expand Down

0 comments on commit c268bc3

Please sign in to comment.