mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Use built-in percentage unit for ISY994 relative humidity (#90863)
This commit is contained in:
parent
5c2af99520
commit
04cfd7b41d
@ -335,8 +335,8 @@ UOM_FRIENDLY_NAME = {
|
||||
"18": UnitOfLength.FEET,
|
||||
"19": UnitOfTime.HOURS,
|
||||
"20": UnitOfTime.HOURS,
|
||||
"21": "%AH",
|
||||
"22": "%RH",
|
||||
"21": PERCENTAGE,
|
||||
"22": PERCENTAGE,
|
||||
"23": UnitOfPressure.INHG,
|
||||
"24": UnitOfVolumetricFlux.INCHES_PER_HOUR,
|
||||
UOM_INDEX: UOM_INDEX, # Index type. Use "node.formatted" for value
|
||||
|
Loading…
x
Reference in New Issue
Block a user