mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add state_class to mill Estimated CO2 sensor (#85894)
This commit is contained in:
@@ -86,6 +86,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
||||
device_class=SensorDeviceClass.CO2,
|
||||
native_unit_of_measurement=CONCENTRATION_PARTS_PER_MILLION,
|
||||
name="Estimated CO2",
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key=TVOC,
|
||||
|
Reference in New Issue
Block a user