mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add sensor for Ecowitt raw soil moisture value (#109849)
This commit is contained in:
parent
059c251194
commit
1a037da9f5
@ -176,6 +176,12 @@ ECOWITT_SENSORS_MAPPING: Final = {
|
||||
native_unit_of_measurement=UnitOfLength.MILES,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
EcoWittSensorTypes.SOIL_RAWADC: SensorEntityDescription(
|
||||
key="SOIL_RAWADC",
|
||||
entity_registry_enabled_default=False,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
EcoWittSensorTypes.SPEED_KPH: SensorEntityDescription(
|
||||
key="SPEED_KPH",
|
||||
device_class=SensorDeviceClass.WIND_SPEED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user