We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777ac97 commit ad14a66Copy full SHA for ad14a66
homeassistant/components/ecowitt/sensor.py
@@ -230,6 +230,17 @@
230
native_unit_of_measurement=PERCENTAGE,
231
state_class=SensorStateClass.MEASUREMENT,
232
),
233
+ EcoWittSensorTypes.PM1: SensorEntityDescription(
234
+ key="PM1",
235
+ device_class=SensorDeviceClass.PM1,
236
+ native_unit_of_measurement=CONCENTRATION_MICROGRAMS_PER_CUBIC_METER,
237
+ state_class=SensorStateClass.MEASUREMENT,
238
+ ),
239
+ EcoWittSensorTypes.PM4: SensorEntityDescription(
240
+ key="PM4",
241
242
243
244
}
245
246
0 commit comments