mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -25,7 +25,8 @@ async def test_sensors(hass):
|
||||
|
||||
device_registry = await hass.helpers.device_registry.async_get_registry()
|
||||
reg_device = device_registry.async_get_device(
|
||||
identifiers={("powerwall", "TG0123456789AB_TG9876543210BA")}, connections=set(),
|
||||
identifiers={("powerwall", "TG0123456789AB_TG9876543210BA")},
|
||||
connections=set(),
|
||||
)
|
||||
assert reg_device.model == "PowerWall 2 (GW1)"
|
||||
assert reg_device.sw_version == "1.45.1"
|
||||
|
||||
Reference in New Issue
Block a user