File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -1069,19 +1069,7 @@ class StaticSensors:
10691069 icon = "mdi:ev-station" ,
10701070 suggested_unit_of_measurement = UnitOfEnergy .MEGA_WATT_HOUR ,
10711071 entity_registry_enabled_default = False ,
1072- ),
1073- SigenergySensorEntityDescription (
1074- key = "plant_total_charged_energy_of_the_evac" ,
1075- name = "Total Charged Energy of the EVAC" ,
1076- device_class = SensorDeviceClass .ENERGY ,
1077- native_unit_of_measurement = UnitOfEnergy .KILO_WATT_HOUR ,
1078- suggested_display_precision = 2 ,
1079- state_class = SensorStateClass .TOTAL ,
1080- round_digits = 6 ,
1081- icon = "mdi:ev-station" ,
1082- suggested_unit_of_measurement = UnitOfEnergy .MEGA_WATT_HOUR ,
1083- entity_registry_enabled_default = False ,
1084- ),
1072+ )
10851073 ]
10861074
10871075 INVERTER_SENSORS = [
You can’t perform that action at this time.
0 commit comments