mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
Allow retry during Config Flow in Advantage Air (#114083)
This commit is contained in:
parent
4ac439ef88
commit
f079c1c236
@ -45,7 +45,7 @@ class AdvantageAirConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
port=port,
|
||||
session=async_get_clientsession(self.hass),
|
||||
retry=ADVANTAGE_AIR_RETRY,
|
||||
).async_get(1)
|
||||
).async_get()
|
||||
except ApiError:
|
||||
errors["base"] = "cannot_connect"
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user