mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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",
|
||||
icon="mdi:water",
|
||||
native_unit_of_measurement=PRECIPITATION_INCHES_PER_HOUR,
|
||||
state_class=SensorStateClass.TOTAL_INCREASING,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key=TYPE_HUMIDITY10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user