Change pressure unit of measurement from mbar to hPa in Netatmo integration (#86210)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
a1ed2a57eb
commit
23c9580a4a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ SENSOR_TYPES: tuple[NetatmoSensorEntityDescription, ...] = (
|
|||
entity_registry_enabled_default=True,
|
||||
native_unit_of_measurement=UnitOfPressure.MBAR,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
device_class=SensorDeviceClass.PRESSURE,
|
||||
device_class=SensorDeviceClass.ATMOSPHERIC_PRESSURE,
|
||||
),
|
||||
NetatmoSensorEntityDescription(
|
||||
key="pressure_trend",
|
||||
|
|
Loading…
Add table
Reference in a new issue