Configuration settings for API server.
Definition at line 183 of file __init__.py.
◆ __init__()
| None homeassistant.components.http.ApiConfig.__init__ |
( |
|
self, |
|
|
str |
local_ip, |
|
|
str |
host, |
|
|
int |
port, |
|
|
bool |
use_ssl |
|
) |
| |
Initialize a new API config object.
Definition at line 186 of file __init__.py.
◆ host
| homeassistant.components.http.ApiConfig.host |
◆ local_ip
| homeassistant.components.http.ApiConfig.local_ip |
◆ port
| homeassistant.components.http.ApiConfig.port |
◆ use_ssl
| homeassistant.components.http.ApiConfig.use_ssl |
The documentation for this class was generated from the following file: