Move Google Assistant entity config out of customize (#11499)
* Move Google Assistant entity config out of customize * CONF_ALIAS -> CONF_ALIASES * Lint
This commit is contained in:
parent
13042d5557
commit
8313225b40
8 changed files with 86 additions and 60 deletions
|
@ -3,10 +3,8 @@ DOMAIN = 'google_assistant'
|
|||
|
||||
GOOGLE_ASSISTANT_API_ENDPOINT = '/api/google_assistant'
|
||||
|
||||
ATTR_GOOGLE_ASSISTANT = 'google_assistant'
|
||||
ATTR_GOOGLE_ASSISTANT_NAME = 'google_assistant_name'
|
||||
ATTR_GOOGLE_ASSISTANT_TYPE = 'google_assistant_type'
|
||||
|
||||
CONF_EXPOSE = 'expose'
|
||||
CONF_ENTITY_CONFIG = 'entity_config'
|
||||
CONF_EXPOSE_BY_DEFAULT = 'expose_by_default'
|
||||
CONF_EXPOSED_DOMAINS = 'exposed_domains'
|
||||
CONF_PROJECT_ID = 'project_id'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue