1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00

Expose websocket_api constants in root (#78249)

This commit is contained in:
epenet 2022-09-12 18:18:37 +02:00 committed by GitHub
parent ac3534cba1
commit d8c5d08f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,10 @@ from homeassistant.loader import bind_hass
from . import commands, connection, const, decorators, http, messages # noqa: F401
from .connection import ActiveConnection, current_connection # noqa: F401
from .const import ( # noqa: F401
COMPRESSED_STATE_ATTRIBUTES,
COMPRESSED_STATE_LAST_CHANGED,
COMPRESSED_STATE_LAST_UPDATED,
COMPRESSED_STATE_STATE,
ERR_HOME_ASSISTANT_ERROR,
ERR_INVALID_FORMAT,
ERR_NOT_FOUND,