Don't raise Overkiz user flow unique_id check (#133471)

This commit is contained in:
Mick Vleeshouwer 2024-12-18 11:05:52 +01:00 committed by Franck Nijhof
parent 1afeabfd64
commit 92f50c63b1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -76,7 +76,7 @@ class OverkizConfigFlow(ConfigFlow, domain=DOMAIN):
for gateway in gateways:
if is_overkiz_gateway(gateway.id):
gateway_id = gateway.id
await self.async_set_unique_id(gateway_id)
await self.async_set_unique_id(gateway_id, raise_on_progress=False)
return user_input