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 fe01e96 commit 36b3133Copy full SHA for 36b3133
homeassistant/components/ecowitt/sensor.py
@@ -218,6 +218,12 @@
218
native_unit_of_measurement=PERCENTAGE,
219
state_class=SensorStateClass.MEASUREMENT,
220
),
221
+ EcoWittSensorTypes.SOIL_MOISTURE: SensorEntityDescription(
222
+ key="SOIL_MOISTURE",
223
+ device_class=SensorDeviceClass.MOISTURE,
224
+ native_unit_of_measurement=PERCENTAGE,
225
+ state_class=SensorStateClass.MEASUREMENT,
226
+ ),
227
}
228
229
0 commit comments