Skip to content

Commit

Permalink
Fix Charging remaining
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Nov 29, 2024
1 parent 3b48fed commit adf16cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
key="remaining_charging",
name="Remaining charging",
icon="mdi:battery-charging",
value="charging.charging_status.remaining_charging_time",
value="charging.charging_status.remaining",
native_unit_of_measurement="min",
device_class=dc.DURATION,
translation_key="remaining_charging",
Expand Down

0 comments on commit adf16cf

Please sign in to comment.