mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add µV as UnitOfElectricPotential (#130838)
This commit is contained in:
@@ -822,6 +822,7 @@ _DEPRECATED_ELECTRIC_CURRENT_AMPERE: Final = DeprecatedConstantEnum(
|
||||
class UnitOfElectricPotential(StrEnum):
|
||||
"""Electric potential units."""
|
||||
|
||||
MICROVOLT = "µV"
|
||||
MILLIVOLT = "mV"
|
||||
VOLT = "V"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user