Enable long term statistics for Flume water usage current sensor (#107512)

This commit is contained in:
tronikos 2024-01-08 00:31:56 -08:00 committed by GitHub
parent d8c139f211
commit 3709475cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ FLUME_QUERIES_SENSOR: tuple[SensorEntityDescription, ...] = (
translation_key="current_interval",
suggested_display_precision=2,
native_unit_of_measurement=f"{UnitOfVolume.GALLONS}/m",
state_class=SensorStateClass.MEASUREMENT,
),
SensorEntityDescription(
key="month_to_date",