mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Extend UnitOfApparentPower with 'mVA' (#150422)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -588,6 +588,7 @@ ATTR_PERSONS: Final = "persons"
|
||||
class UnitOfApparentPower(StrEnum):
|
||||
"""Apparent power units."""
|
||||
|
||||
MILLIVOLT_AMPERE = "mVA"
|
||||
VOLT_AMPERE = "VA"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user