Merge branch 'current' into next

This commit is contained in:
Paulus Schoutsen 2018-03-23 14:07:56 -07:00
commit 772fb32af9
791 changed files with 1385 additions and 1251 deletions

View file

@ -63,7 +63,7 @@ access_token:
required: true
type: string
agent_user_id:
description: A string to identify the user, e.g. email address. If not provided, the component will generate one.
description: A string to identify the user, e.g., email address. If not provided, the component will generate one.
required: false
type: string
api_key:
@ -71,7 +71,7 @@ api_key:
required: false
type: string
expose_by_default:
description: Expose devices in all supported domains by default.
description: Expose devices in all supported domains by default. If set to false, you need to either expose domains or add the expose configuration option to each entity in entity_config and set it to true.
required: false
default: True
type: boolean