mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Extend UnitOfReactivePower with 'mvar' (#150415)
This commit is contained in:
@@ -609,6 +609,7 @@ class UnitOfPower(StrEnum):
|
||||
class UnitOfReactivePower(StrEnum):
|
||||
"""Reactive power units."""
|
||||
|
||||
MILLIVOLT_AMPERE_REACTIVE = "mvar"
|
||||
VOLT_AMPERE_REACTIVE = "var"
|
||||
KILO_VOLT_AMPERE_REACTIVE = "kvar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user