Correct unit of vera power meter sensor (#69285)

This commit is contained in:
Erik Montnemery
2022-04-04 18:25:02 +02:00
committed by GitHub
parent ef9cd66320
commit fe65804de1
2 changed files with 3 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ async def test_power_meter_sensor(
category=pv.CATEGORY_POWER_METER,
class_property="power",
assert_states=(("12", "12"), ("13", "13")),
assert_unit_of_measurement="watts",
assert_unit_of_measurement="W",
)