From 8b4fd49ff2ba50ea93c6cf96b439361bbf152fb6 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Mon, 28 Dec 2020 19:46:05 +0100 Subject: [PATCH] Remove deprecated api_key configuration from Google Assistant (#15870) --- source/_integrations/google_assistant.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index 664b06a4d73..90e7861c0ee 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -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