1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 21:24:17 +01:00
Files
core/homeassistant/components/go2rtc/const.py
T
2026-05-19 10:10:17 +02:00

11 lines
344 B
Python

"""Go2rtc constants."""
DOMAIN = "go2rtc"
CONF_DEBUG_UI = "debug_ui"
DEBUG_UI_URL_MESSAGE = "Url and debug_ui cannot be set at the same time."
HA_MANAGED_API_PORT = 11984
HA_MANAGED_URL = f"http://localhost:{HA_MANAGED_API_PORT}/"
# Kept in sync with the go2rtc image pinned in the root Dockerfile by Renovate.
RECOMMENDED_VERSION = "1.9.14"