Skip to content

Commit

Permalink
Add more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Oct 25, 2024
1 parent 1ffc690 commit 03cd2b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/nuki_lock/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,12 @@
cv.Optional(CONF_SECURITY_PIN, default=0): cv.uint16_t,
cv.Optional(CONF_BATTERY_CRITICAL): binary_sensor.binary_sensor_schema(
device_class=DEVICE_CLASS_BATTERY,
icon="mdi:battery-alert-variant-outline",
),
cv.Optional(CONF_BATTERY_LEVEL): sensor.sensor_schema(
device_class=DEVICE_CLASS_BATTERY,
unit_of_measurement=UNIT_PERCENT,
icon="mdi:battery-50",
),
cv.Optional(CONF_DOOR_SENSOR): binary_sensor.binary_sensor_schema(
device_class=DEVICE_CLASS_DOOR,
Expand Down

0 comments on commit 03cd2b0

Please sign in to comment.