Add blog post about unsafe config entry reloads during setup (#1365)

This commit is contained in:
J. Nick Koston 2022-06-13 10:13:43 -10:00 committed by GitHub
parent b6b00b474a
commit 95ac9ab58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.