Update nest.markdown to define the expiry period (#20067)

* Update nest.markdown to define the expiry period

the expiry period for a subscription by default is 31 days, which means the integration breaks after 31 days :(
updating the docs to make it clear this should be set to not expire

* Update nest.markdown

* Update nest.markdown

* Update source/_integrations/nest.markdown

Co-authored-by: Allen Porter <allen.porter@gmail.com>

Co-authored-by: Allen Porter <allen.porter@gmail.com>
This commit is contained in:
Chris Nesbitt-Smith 2021-10-31 18:07:00 +00:00 committed by GitHub
parent 26619d1386
commit 1a95af52ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,8 @@ and typically looks like `projects/sdm-prod/topics/EXAMPLE`.
1. Lower the message retention duration to be something short (e.g., 10 minutes or under an hour) to avoid a large backlog of updates when Home Assistant is turned off. 1. Lower the message retention duration to be something short (e.g., 10 minutes or under an hour) to avoid a large backlog of updates when Home Assistant is turned off.
1. Select **Never expire** as the *Expiry Period* to prevent the subscription you're creating being removed if for example your Home Assistant or the integration is offline for a while.
1. Leave the rest of the defaults and click **Create**. 1. Leave the rest of the defaults and click **Create**.
1. Once created, copy the *Subscription name* which you will want to hold on to as your `subscriber_id` for configuring Home Assistant. This typically looks like `projects/MY-CLOUD-ID/subscriptions/EXAMPLE`. 1. Once created, copy the *Subscription name* which you will want to hold on to as your `subscriber_id` for configuring Home Assistant. This typically looks like `projects/MY-CLOUD-ID/subscriptions/EXAMPLE`.