mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Expose SOURCE_CLOUD in google-assistant root (#78394)
This commit is contained in:
parent
4da08ee1e9
commit
dc3c4a2b54
@ -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 import config_validation as cv, device_registry as dr
|
||||||
from homeassistant.helpers.typing import ConfigType
|
from homeassistant.helpers.typing import ConfigType
|
||||||
|
|
||||||
from .const import (
|
from .const import ( # noqa: F401
|
||||||
CONF_ALIASES,
|
CONF_ALIASES,
|
||||||
CONF_CLIENT_EMAIL,
|
CONF_CLIENT_EMAIL,
|
||||||
CONF_ENTITY_CONFIG,
|
CONF_ENTITY_CONFIG,
|
||||||
@ -29,6 +29,7 @@ from .const import (
|
|||||||
DEFAULT_EXPOSED_DOMAINS,
|
DEFAULT_EXPOSED_DOMAINS,
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
SERVICE_REQUEST_SYNC,
|
SERVICE_REQUEST_SYNC,
|
||||||
|
SOURCE_CLOUD,
|
||||||
)
|
)
|
||||||
from .const import EVENT_QUERY_RECEIVED # noqa: F401
|
from .const import EVENT_QUERY_RECEIVED # noqa: F401
|
||||||
from .http import GoogleAssistantView, GoogleConfig
|
from .http import GoogleAssistantView, GoogleConfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user