mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix sensor test (#85740)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user