Skip to content

Commit

Permalink
adjust driver door lock icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Jan 8, 2024
1 parent eeb1779 commit 1eec460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/toyota/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ToyotaBinaryEntityDescription(BinarySensorEntityDescription, ToyotaBinaryE
FRONT_DRIVER_DOOR_LOCK_STATUS_ENTITY_DESCRIPTION = ToyotaBinaryEntityDescription(
key="driverseat_lock",
translation_key="driverseat_lock",
icon="mdi:car-door",
icon="mdi:car-door-lock",
entity_category=EntityCategory.DIAGNOSTIC,
device_class=BinarySensorDeviceClass.LOCK,
value_fn=lambda vehicle: not vehicle.lock_status.doors.driver_seat.locked,
Expand Down

0 comments on commit 1eec460

Please sign in to comment.