Move core config functionality to its own module (#129065)

* Move core config functionality to its own module

* Adjust test
This commit is contained in:
Erik Montnemery
2024-10-24 13:34:51 +02:00
committed by GitHub
parent cd4aa8ccd6
commit 3e62c6ae2f
53 changed files with 1308 additions and 1284 deletions

View File

@ -10,7 +10,7 @@ from .model import Config, Integration
CONFIG_SCHEMA_IGNORE = {
# Configuration under the homeassistant key is a special case, it's handled by
# conf_util.async_process_ha_core_config already during bootstrapping, not by
# core_config.async_process_ha_core_config already during bootstrapping, not by
# a schema in the homeassistant integration.
HOMEASSISTANT_DOMAIN,
}