mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Add and use UNIT_CONDUCTIVITY constant (#34107)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user