Skip to content
Snippets Groups Projects
Unverified Commit b6a0ac6f authored by Jan Iven's avatar Jan Iven Committed by GitHub
Browse files

Fix envoy last_seven_days_energy* state class (#84528)


Co-authored-by: default avatarFranck Nijhof <frenck@frenck.nl>
parent b2077901
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ SENSORS = (
key="seven_days_production",
name="Last Seven Days Energy Production",
native_unit_of_measurement=UnitOfEnergy.WATT_HOUR,
state_class=SensorStateClass.TOTAL,
device_class=SensorDeviceClass.ENERGY,
),
SensorEntityDescription(
......@@ -61,7 +60,6 @@ SENSORS = (
key="seven_days_consumption",
name="Last Seven Days Energy Consumption",
native_unit_of_measurement=UnitOfEnergy.WATT_HOUR,
state_class=SensorStateClass.TOTAL,
device_class=SensorDeviceClass.ENERGY,
),
SensorEntityDescription(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment