Expose websockets on api prefix v2

This commit is contained in:
James
2024-04-25 11:23:12 -04:00
committed by Chris Meyers
parent 918d5b3565
commit 20f054d600
4 changed files with 13 additions and 0 deletions

View File

@@ -20,6 +20,10 @@
# The UUID of the system, for HA.
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
{% if api_urlpattern_prefix | length > 0 %}
OPTIONAL_API_URLPATTERN_PREFIX = '{{ api_urlpattern_prefix }}'
{% endif %}
# If set, use -vvv for project updates instead of -v for more output.
# PROJECT_UPDATE_VVV=True