Skip to content

Commit

Permalink
Remove charge limit percentage sensor, as it is redundant now that we…
Browse files Browse the repository at this point in the history
… have the number entity
  • Loading branch information
borski committed Jan 22, 2024
1 parent 308fada commit 9e7517d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions custom_components/lucidmotors/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ class LucidSensorEntityDescription(SensorEntityDescription):


SENSOR_TYPES: list[LucidSensorEntityDescription] = [
LucidSensorEntityDescription(
key="charge_limit_percent",
key_path=["state", "charging"],
translation_key="charging_target",
icon="mdi:battery-charging-high",
suggested_display_precision=0,
native_unit_of_measurement=PERCENTAGE,
),
LucidSensorEntityDescription(
key="charge_percent",
key_path=["state", "battery"],
Expand Down

0 comments on commit 9e7517d

Please sign in to comment.