Add and use UNIT_CONDUCTIVITY constant (#34107)
This commit is contained in:
parent
44afffcfbf
commit
538bb60022
5 changed files with 25 additions and 8 deletions
|
@ -409,6 +409,9 @@ MASS_MICROGRAMS = "µg"
|
|||
MASS_OUNCES: str = "oz"
|
||||
MASS_POUNDS: str = "lb"
|
||||
|
||||
# Conductivity units
|
||||
UNIT_CONDUCTIVITY: str = f"µS/{LENGTH_CENTIMETERS}"
|
||||
|
||||
# UV Index units
|
||||
UNIT_UV_INDEX: str = "UV index"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue