Correct Goalzero sensor state class (#96122)
This commit is contained in:
parent
a6fe53f2b3
commit
8bfac2c46c
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||
name="Wh stored",
|
||||
device_class=SensorDeviceClass.ENERGY,
|
||||
native_unit_of_measurement=UnitOfEnergy.WATT_HOUR,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
state_class=SensorStateClass.TOTAL,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="volts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue