mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
SmartThings issue with unique_id (#72715)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
parent
6e06b6c9ed
commit
4bf5132a06
@ -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,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user