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" |
Go2rtc constants.
| 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}/" |