Map % RH unit in Tuya sensors (#75483)

This commit is contained in:
Franck Nijhof 2022-07-20 11:40:34 +02:00 committed by GitHub
parent 2db8b154c9
commit fe97f6791d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,7 +433,7 @@ UNITS = (
),
UnitOfMeasurement(
unit=PERCENTAGE,
aliases={"pct", "percent"},
aliases={"pct", "percent", "% RH"},
device_classes={
SensorDeviceClass.BATTERY,
SensorDeviceClass.HUMIDITY,