mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix sensor test (#85740)
This commit is contained in:
parent
e18a6e376c
commit
e4e96d3394
@ -33,7 +33,7 @@ async def test_device_class_units(hass: HomeAssistant, hass_ws_client) -> None:
|
|||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"type": "sensor/device_class_convertible_units",
|
"type": "sensor/device_class_convertible_units",
|
||||||
"device_class": "energy",
|
"device_class": "power",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
msg = await client.receive_json()
|
msg = await client.receive_json()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user