From 85c520ad67ac70d916d1bb279f188e4c175e32b6 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Wed, 29 Dec 2021 14:22:38 -0800 Subject: [PATCH] Deprecate Legacy Works with Nest API (#20936) --- source/_integrations/nest.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index c431c30bb00..353da48f9e3 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -449,12 +449,12 @@ logger: - It is recommended to let Home Assistant create the Pub/Sub subscription for you. However, if you would like more control you can enter a `susbcriber_id` in the configuration. See [Subscribe to Events](https://developers.google.com/nest/device-access/subscribe-to-events) for more instructions on how to manually create a subscription and use the full subscription name in the Home Assistant configuration e.g. `projects/gcp-project-name/subscriptions/subscription-id` -# Legacy Works With Nest API - -This section contains instructions for the Legacy [Works with Nest](https://developers.nest.com/) API. +# Works With Nest API (Deprecated)
-New users are not currently able to set up a Works With Nest Developer account. The documentation is preserved here for existing users of the API. + +The [Works with Nest](https://developers.nest.com/) API is deprecated and will be removed in Home Assistant Core 2022.5. +
{% details "Legacy Works with Nest Configuration Steps" %}