mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Give name to Netatmo device snapshots (#107938)
This commit is contained in:
parent
f601104418
commit
9471f81a18
File diff suppressed because it is too large
Load Diff
@ -495,4 +495,5 @@ async def test_devices(
|
||||
assert device_entries
|
||||
|
||||
for device_entry in device_entries:
|
||||
assert device_entry == snapshot
|
||||
identifier = list(device_entry.identifiers)[0]
|
||||
assert device_entry == snapshot(name=f"{identifier[0]}-{identifier[1]}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user