mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Improve comments in the core config (#154096)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user