Expose SOURCE_CLOUD in google-assistant root (#78394)

This commit is contained in:
epenet 2022-09-13 21:05:55 +02:00 committed by GitHub
parent 4da08ee1e9
commit dc3c4a2b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ from homeassistant.core import HomeAssistant, ServiceCall
from homeassistant.helpers import config_validation as cv, device_registry as dr
from homeassistant.helpers.typing import ConfigType
from .const import (
from .const import ( # noqa: F401
CONF_ALIASES,
CONF_CLIENT_EMAIL,
CONF_ENTITY_CONFIG,
@ -29,6 +29,7 @@ from .const import (
DEFAULT_EXPOSED_DOMAINS,
DOMAIN,
SERVICE_REQUEST_SYNC,
SOURCE_CLOUD,
)
from .const import EVENT_QUERY_RECEIVED # noqa: F401
from .http import GoogleAssistantView, GoogleConfig