mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Remove remote.API from core.Config (#15951)
* Use core.ApiConfig replace remote.API in core.Config * Move ApiConfig to http
This commit is contained in:
committed by
Paulus Schoutsen
parent
31fbfed0a6
commit
272be7cdae
@@ -1145,8 +1145,8 @@ class Config:
|
||||
# List of loaded components
|
||||
self.components = set() # type: set
|
||||
|
||||
# Remote.API object pointing at local API
|
||||
self.api = None
|
||||
# API (HTTP) server configuration
|
||||
self.api = None # type: Optional[Any]
|
||||
|
||||
# Directory that holds the configuration
|
||||
self.config_dir = None # type: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user