Add blog post moving of the issue registry to helpers (#1446)

This commit is contained in:
Erik Montnemery 2022-08-25 15:32:45 +02:00 committed by GitHub
parent 2fa61058a1
commit e193131183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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