Home Assistant Unofficial Reference 2024.12.1
server.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.go2rtc.server.Go2RTCServerStartError
 
class  homeassistant.components.go2rtc.server.Go2RTCWatchdogError
 
class  homeassistant.components.go2rtc.server.Server
 

Namespaces

 homeassistant.components.go2rtc.server
 

Functions

str homeassistant.components.go2rtc.server._create_temp_file (str api_ip)
 

Variables

string homeassistant.components.go2rtc.server._GO2RTC_CONFIG_FORMAT
 
string homeassistant.components.go2rtc.server._LOCALHOST_IP = "127.0.0.1"
 
int homeassistant.components.go2rtc.server._LOG_BUFFER_SIZE = 512
 
dictionary homeassistant.components.go2rtc.server._LOG_LEVEL_MAP
 
 homeassistant.components.go2rtc.server._LOGGER = logging.getLogger(__name__)
 
int homeassistant.components.go2rtc.server._RESPAWN_COOLDOWN = 1
 
int homeassistant.components.go2rtc.server._SETUP_TIMEOUT = 30
 
string homeassistant.components.go2rtc.server._SUCCESSFUL_BOOT_MESSAGE = "INF [api] listen addr="
 
int homeassistant.components.go2rtc.server._TERMINATE_TIMEOUT = 5