mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Type hint improvements (#28260)
* Add and improve core and config_entries type hints * Complete and improve config_entries type hints * More entity registry type hints * Complete helpers.event type hints
This commit is contained in:
committed by
Paulus Schoutsen
parent
f7a64019b6
commit
f88ead597a
@@ -1283,7 +1283,7 @@ class Config:
|
||||
self.skip_pip: bool = False
|
||||
|
||||
# List of loaded components
|
||||
self.components: set = set()
|
||||
self.components: Set[str] = set()
|
||||
|
||||
# API (HTTP) server configuration, see components.http.ApiConfig
|
||||
self.api: Optional[Any] = None
|
||||
|
||||
Reference in New Issue
Block a user