mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix incorrect state class for Ambient PWS rain rate sensor (#62946)
This commit is contained in:
parent
90a9d64f67
commit
3a3a6ed464
@ -171,7 +171,7 @@ SENSOR_DESCRIPTIONS = (
|
|||||||
name="Hourly Rain Rate",
|
name="Hourly Rain Rate",
|
||||||
icon="mdi:water",
|
icon="mdi:water",
|
||||||
native_unit_of_measurement=PRECIPITATION_INCHES_PER_HOUR,
|
native_unit_of_measurement=PRECIPITATION_INCHES_PER_HOUR,
|
||||||
state_class=SensorStateClass.TOTAL_INCREASING,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key=TYPE_HUMIDITY10,
|
key=TYPE_HUMIDITY10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user