mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
SmartThings issue with unique_id (#72715)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
@@ -405,7 +405,7 @@ async def _continue_flow(
|
||||
(
|
||||
flow
|
||||
for flow in hass.config_entries.flow.async_progress_by_handler(DOMAIN)
|
||||
if flow["context"]["unique_id"] == unique_id
|
||||
if flow["context"].get("unique_id") == unique_id
|
||||
),
|
||||
None,
|
||||
)
|
||||
|
Reference in New Issue
Block a user