Skip to content

Commit

Permalink
Update Digital Door Lock sensor name
Browse files Browse the repository at this point in the history
  • Loading branch information
iKaew committed May 10, 2024
1 parent 1faaca5 commit ef04a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/lifesmart/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def __init__( # noqa: D107
else:
self._state = True
elif device_type in LOCK_TYPES and sub_device_key == "EVTLO":
self.device_name = "Lock Status"
self.device_name = "Status"
self._device_class = BinarySensorDeviceClass.LOCK
# On means open (unlocked), Off means closed (locked)
val = sub_device_data["val"]
Expand Down

0 comments on commit ef04a69

Please sign in to comment.