diff --git a/homeassistant/components/nuki/config_flow.py b/homeassistant/components/nuki/config_flow.py index 7a98ad2f00d..330f38c96bd 100644 --- a/homeassistant/components/nuki/config_flow.py +++ b/homeassistant/components/nuki/config_flow.py @@ -41,7 +41,7 @@ async def validate_input(hass, data): DEFAULT_TIMEOUT, ) - info = bridge.info() + info = await hass.async_add_executor_job(bridge.info) except InvalidCredentialsException as err: raise InvalidAuth from err except RequestException as err: