mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-19 10:57:14 +00:00
Add blog post about unsafe config entry reloads during setup (#1365)
This commit is contained in:
parent
b6b00b474a
commit
95ac9ab58d
7
blog/2022-06-13-unsafe_reloads_during_entry_setup.md
Normal file
7
blog/2022-06-13-unsafe_reloads_during_entry_setup.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user