Skip to content

Commit 1957c21

Browse files
authored
Update static_sensor.py (#302)
Remove duplicate plant_total_charged_energy_of_the_evac
1 parent f715e8a commit 1957c21

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

custom_components/sigen/static_sensor.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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 = [

0 commit comments

Comments
 (0)