1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Improve comments in the core config (#154096)

This commit is contained in:
Artur Pragacz
2025-10-09 21:08:16 +02:00
committed by GitHub
parent 90c68f8ad0
commit fe1ff083de

View File

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