From 95ac9ab58d905c69c5dc8b13aeb180369d519663 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 13 Jun 2022 10:13:43 -1000 Subject: [PATCH] Add blog post about unsafe config entry reloads during setup (#1365) --- blog/2022-06-13-unsafe_reloads_during_entry_setup.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 blog/2022-06-13-unsafe_reloads_during_entry_setup.md diff --git a/blog/2022-06-13-unsafe_reloads_during_entry_setup.md b/blog/2022-06-13-unsafe_reloads_during_entry_setup.md new file mode 100644 index 00000000..3af76171 --- /dev/null +++ b/blog/2022-06-13-unsafe_reloads_during_entry_setup.md @@ -0,0 +1,7 @@ +--- +author: J. Nick Koston +authorURL: https://github.com/bdraco +title: "Avoiding reloading config entries while they are setting up" +--- + +Before 2022.7, it was possible to trigger a reload of a config entry while it was still setting up. Reloading during config entry setup often led to unexpected failure modes, which required restarting Home Assistant to get the config entry back in a good state. Attempting a reload during setup now raises the `OperationNotAllowed` exception. \ No newline at end of file