Add and use UNIT_CONDUCTIVITY constant (#34107)

This commit is contained in:
springstan 2020-04-12 21:26:20 +02:00 committed by GitHub
parent 44afffcfbf
commit 538bb60022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 8 deletions

View file

@ -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"