From fe1ff083de53f263febc2b2f8a09a56e4b418c4b Mon Sep 17 00:00:00 2001 From: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:08:16 +0200 Subject: [PATCH] Improve comments in the core config (#154096) --- homeassistant/core_config.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/homeassistant/core_config.py b/homeassistant/core_config.py index 5ccd8a49f32..ce28618e455 100644 --- a/homeassistant/core_config.py +++ b/homeassistant/core_config.py @@ -570,12 +570,11 @@ class Config: self.skip_pip_packages: list[str] = [] # Set of loaded top level components - # This set is updated by _ComponentSet - # and should not be modified directly + # This set is updated by _ComponentSet and should not be modified directly. self.top_level_components: set[str] = set() - # Set of all loaded components including platform - # based components + # Set of all loaded components including platform based components + # This set is updated by _ComponentSet and should not be modified directly. self.all_components: set[str] = set() # Set of loaded components