We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cb4e4 commit b3af09cCopy full SHA for b3af09c
custom_components/solaredge_modbus_multi/sensor.py
@@ -1387,7 +1387,7 @@ class SolarEdgeBatteryEnergyExport(SolarEdgeSensorBase):
1387
device_class = SensorDeviceClass.ENERGY
1388
state_class = SensorStateClass.TOTAL_INCREASING
1389
native_unit_of_measurement = ENERGY_KILO_WATT_HOUR
1390
- icon = 'mdi:mdi:battery-charging-20'
+ icon = 'mdi:battery-charging-20'
1391
1392
def __init__(self, platform, config_entry):
1393
super().__init__(platform, config_entry)
0 commit comments