2024-10-03 09:20:03 +02:00
|
|
|
"""Go2rtc constants."""
|
|
|
|
|
|
|
|
DOMAIN = "go2rtc"
|
|
|
|
|
2024-10-31 20:56:53 +01:00
|
|
|
CONF_DEBUG_UI = "debug_ui"
|
|
|
|
DEBUG_UI_URL_MESSAGE = "Url and debug_ui cannot be set at the same time."
|
2024-11-05 12:29:51 +01:00
|
|
|
HA_MANAGED_API_PORT = 11984
|
|
|
|
HA_MANAGED_URL = f"http://localhost:{HA_MANAGED_API_PORT}/"
|
2024-11-13 11:01:05 +01:00
|
|
|
RECOMMENDED_VERSION = "1.9.7"
|