Enable long term statistics for Flume water usage current sensor (#107512)
This commit is contained in:
parent
d8c139f211
commit
3709475cb5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ FLUME_QUERIES_SENSOR: tuple[SensorEntityDescription, ...] = (
|
||||||
translation_key="current_interval",
|
translation_key="current_interval",
|
||||||
suggested_display_precision=2,
|
suggested_display_precision=2,
|
||||||
native_unit_of_measurement=f"{UnitOfVolume.GALLONS}/m",
|
native_unit_of_measurement=f"{UnitOfVolume.GALLONS}/m",
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="month_to_date",
|
key="month_to_date",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue