Deprecate Legacy Works with Nest API (#20936)

This commit is contained in:
Allen Porter 2021-12-29 14:22:38 -08:00 committed by GitHub
parent c164ed32fd
commit 85c520ad67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` - 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 # Works With Nest API (Deprecated)
This section contains instructions for the Legacy [Works with Nest](https://developers.nest.com/) API.
<div class='note warning'> <div class='note warning'>
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.
</div> </div>
{% details "Legacy Works with Nest Configuration Steps" %} {% details "Legacy Works with Nest Configuration Steps" %}