Add and use percentage constant (#32094)
* Add and use percentage constant * Fix pylint error and broken test
This commit is contained in:
parent
c7f128f286
commit
f1a0ca7cd3
155 changed files with 735 additions and 459 deletions
|
@ -18,6 +18,7 @@ from homeassistant.const import (
|
|||
TIME_MONTHS,
|
||||
TIME_SECONDS,
|
||||
TIME_YEARS,
|
||||
UNIT_PERCENTAGE,
|
||||
UNIT_UV_INDEX,
|
||||
)
|
||||
from homeassistant.helpers.typing import ConfigType
|
||||
|
@ -74,7 +75,7 @@ UOM_FRIENDLY_NAME = {
|
|||
"48": SPEED_MILES_PER_HOUR,
|
||||
"49": SPEED_METERS_PER_SECOND,
|
||||
"50": "ohm",
|
||||
"51": "%",
|
||||
"51": UNIT_PERCENTAGE,
|
||||
"52": "lb",
|
||||
"53": "power factor",
|
||||
"54": CONCENTRATION_PARTS_PER_MILLION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue