From 2a47dc07c5f4f895f5f1aca8306693f74d2c3654 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Mon, 28 Aug 2023 00:29:17 -0700 Subject: [PATCH] Reference the setup failures documentation as part of the config entry lifecycle documentation (#1890) * Reference the setup failures documentation as part of the config entry lifecycle documentation * Add missing period. --- docs/config_entries_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config_entries_index.md b/docs/config_entries_index.md index b0d95d7e..2b5968c8 100644 --- a/docs/config_entries_index.md +++ b/docs/config_entries_index.md @@ -15,6 +15,8 @@ Config Entries are configuration data that are persistently stored by Home Assis | migration error | The config entry had to be migrated to a newer version, but the migration failed. | failed unload | The config entry was attempted to be unloaded, but this was either not supported or it raised an exception. +More information about surfacing errors and requesting a retry are in [Handling Setup Failures](integration_setup_failures.md/#integrations-using-async_setup_entry). + G