mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Map % RH unit in Tuya sensors (#75483)
This commit is contained in:
@@ -433,7 +433,7 @@ UNITS = (
|
||||
),
|
||||
UnitOfMeasurement(
|
||||
unit=PERCENTAGE,
|
||||
aliases={"pct", "percent"},
|
||||
aliases={"pct", "percent", "% RH"},
|
||||
device_classes={
|
||||
SensorDeviceClass.BATTERY,
|
||||
SensorDeviceClass.HUMIDITY,
|
||||
|
Reference in New Issue
Block a user