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