mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Add unique_id to Whirlpool config entry mock (#152496)
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user