From e1931311831c140dd7552ffc1157cca766cd04cf Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 25 Aug 2022 15:32:45 +0200 Subject: [PATCH] Add blog post moving of the issue registry to helpers (#1446) --- blog/2022-08-25-issue_registry_moved_to_helpers.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blog/2022-08-25-issue_registry_moved_to_helpers.md diff --git a/blog/2022-08-25-issue_registry_moved_to_helpers.md b/blog/2022-08-25-issue_registry_moved_to_helpers.md new file mode 100644 index 00000000..91519181 --- /dev/null +++ b/blog/2022-08-25-issue_registry_moved_to_helpers.md @@ -0,0 +1,9 @@ +--- +author: Erik Montnemery +authorURL: https://github.com/emontnemery +title: "The issue registry has been moved to homeassistant.helpers" +--- + +The issue registry has been moved from `homeassistant.components.repairs` to `homeassistant.helpers` and is now loaded together with the other registries very early during bootstrapping, before setup of any integrations. + +This allows creating issues during validation of the configuration.