Skip to content

Commit b3af09c

Browse files
Fix icon name for battery export
1 parent 86cb4e4 commit b3af09c

File tree

1 file changed

+1
-1
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ class SolarEdgeBatteryEnergyExport(SolarEdgeSensorBase):
13871387
device_class = SensorDeviceClass.ENERGY
13881388
state_class = SensorStateClass.TOTAL_INCREASING
13891389
native_unit_of_measurement = ENERGY_KILO_WATT_HOUR
1390-
icon = 'mdi:mdi:battery-charging-20'
1390+
icon = 'mdi:battery-charging-20'
13911391

13921392
def __init__(self, platform, config_entry):
13931393
super().__init__(platform, config_entry)

0 commit comments

Comments
 (0)