Remove deprecated api_key configuration from Google Assistant (#15870)

This commit is contained in:
Hmmbob 2020-12-28 19:46:05 +01:00 committed by GitHub
parent da0781a4f8
commit 8b4fd49ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,10 +130,6 @@ secure_devices_pin:
required: false
type: string
default: ""
api_key:
description: Your HomeGraph API key (for the `google_assistant.request_sync` service). This is not required if a service_account is specified. This has been deprecated and will be removed in 0.105, you must setup a `service_account` now.
required: false
type: string
service_account:
description: Service account information. You can use an include statement with your downloaded JSON file, enter data here directly or use secrets file to populate.
required: true