Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.http.ApiConfig Class Reference

Public Member Functions

None __init__ (self, str local_ip, str host, int port, bool use_ssl)
 

Public Attributes

 host
 
 local_ip
 
 port
 
 use_ssl
 

Detailed Description

Configuration settings for API server.

Definition at line 183 of file __init__.py.

Constructor & Destructor Documentation

◆ __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.

Member Data Documentation

◆ host

homeassistant.components.http.ApiConfig.host

Definition at line 195 of file __init__.py.

◆ local_ip

homeassistant.components.http.ApiConfig.local_ip

Definition at line 194 of file __init__.py.

◆ port

homeassistant.components.http.ApiConfig.port

Definition at line 196 of file __init__.py.

◆ use_ssl

homeassistant.components.http.ApiConfig.use_ssl

Definition at line 197 of file __init__.py.


The documentation for this class was generated from the following file: