Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Go2rtc constants."""
2 
3 DOMAIN = "go2rtc"
4 
5 CONF_DEBUG_UI = "debug_ui"
6 DEBUG_UI_URL_MESSAGE = "Url and debug_ui cannot be set at the same time."
7 HA_MANAGED_API_PORT = 11984
8 HA_MANAGED_URL = f"http://localhost:{HA_MANAGED_API_PORT}/"
9 RECOMMENDED_VERSION = "1.9.7"