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