Add unique_id to Whirlpool config entry mock (#152496)

This commit is contained in:
Abílio Costa
2025-09-17 14:38:53 +01:00
committed by GitHub
parent a93c3cc23c
commit ae5f57fd99
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ async def init_integration(
CONF_REGION: region,
CONF_BRAND: brand,
},
unique_id="nobody",
)
return await init_integration_with_entry(hass, entry)
@@ -51,7 +51,7 @@
'subentries': list([
]),
'title': 'Mock Title',
'unique_id': None,
'unique_id': '**REDACTED**',
'version': 1,
}),
})