Skip to content

Commit

Permalink
Merge remote-tracking branch 'herr/patch-1' into forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 10, 2023
2 parents 2fdbc42 + b4ec6e4 commit 8c3e921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/victron_ble/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
device_class=SensorDeviceClass.ENUM,
options=[x.lower() for x in ChargerError._member_names_],
),
(VictronSensor.EXTERNAL_DEVICE_LOAD, None): SensorEntityDescription(
(VictronSensor.EXTERNAL_DEVICE_LOAD, Units.ELECTRIC_CURRENT_AMPERE): SensorEntityDescription(
key=VictronSensor.EXTERNAL_DEVICE_LOAD,
device_class=SensorDeviceClass.CURRENT,
native_unit_of_measurement=Units.ELECTRIC_CURRENT_AMPERE,
Expand Down

0 comments on commit 8c3e921

Please sign in to comment.