* Add go2rtc debug_ui yaml key to enable go2rtc ui * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Order imports --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
6 lines
145 B
Python
6 lines
145 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."
|