How do you show failed setup message in configuration

I’ve been looking at numerous integrations that show a failed setup, will retry message and I cannot work out how they are triggering this.
Can anyone give me a pointer in how to do this so I can throw these in my own integration when something’s wrong.

This comes from raising a ConfigEntryNotReady error when setting up. It needs to use the config flow UI setup method.

1 Like

Thanks, that fixed it :slight_smile: