Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.go2rtc.const
 

Variables

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