Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.go2rtc.const Namespace Reference

Variables

string CONF_DEBUG_UI = "debug_ui"
 
string DEBUG_UI_URL_MESSAGE = "Url and debug_ui cannot be set at the same time."
 
string DOMAIN = "go2rtc"
 
int HA_MANAGED_API_PORT = 11984
 
string HA_MANAGED_URL = f"http://localhost:{HA_MANAGED_API_PORT}/"
 
string RECOMMENDED_VERSION = "1.9.7"
 

Detailed Description

Go2rtc constants.

Variable Documentation

◆ CONF_DEBUG_UI

string homeassistant.components.go2rtc.const.CONF_DEBUG_UI = "debug_ui"

Definition at line 5 of file const.py.

◆ DEBUG_UI_URL_MESSAGE

string homeassistant.components.go2rtc.const.DEBUG_UI_URL_MESSAGE = "Url and debug_ui cannot be set at the same time."

Definition at line 6 of file const.py.

◆ DOMAIN

string homeassistant.components.go2rtc.const.DOMAIN = "go2rtc"

Definition at line 3 of file const.py.

◆ HA_MANAGED_API_PORT

int homeassistant.components.go2rtc.const.HA_MANAGED_API_PORT = 11984

Definition at line 7 of file const.py.

◆ HA_MANAGED_URL

string homeassistant.components.go2rtc.const.HA_MANAGED_URL = f"http://localhost:{HA_MANAGED_API_PORT}/"

Definition at line 8 of file const.py.

◆ RECOMMENDED_VERSION

string homeassistant.components.go2rtc.const.RECOMMENDED_VERSION = "1.9.7"

Definition at line 9 of file const.py.