Give name to Netatmo device snapshots (#107938)

This commit is contained in:
Joost Lekkerkerker 2024-01-13 11:09:47 +01:00 committed by GitHub
parent f601104418
commit 9471f81a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 826 additions and 825 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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]}")