Skip to content

Commit

Permalink
Fix icon of sensor
Browse files Browse the repository at this point in the history
Fixes #741
  • Loading branch information
wlcrs committed Jul 21, 2024
1 parent 3aa0e5c commit 10e3201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ class BatteryTemplateEntityDescription:
battery_1_key=rn.STORAGE_UNIT_1_REMAINING_CHARGE_DIS_CHARGE_TIME,
battery_2_key=None,
translation_key="battery_remaining_charge_discharge_time",
icon="mdi:time-sand",
icon="mdi:timer-sand",
native_unit_of_measurement=UnitOfTime.MINUTES,
state_class=SensorStateClass.MEASUREMENT,
),
Expand Down

0 comments on commit 10e3201

Please sign in to comment.