Fix sensor test (#85740)

This commit is contained in:
Erik Montnemery 2023-01-12 12:21:19 +01:00 committed by GitHub
parent e18a6e376c
commit e4e96d3394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ async def test_device_class_units(hass: HomeAssistant, hass_ws_client) -> None:
{
"id": 2,
"type": "sensor/device_class_convertible_units",
"device_class": "energy",
"device_class": "power",
}
)
msg = await client.receive_json()