From 1a95af52ad93ea3615e7b95d5ec59eaed3858e64 Mon Sep 17 00:00:00 2001 From: Chris Nesbitt-Smith Date: Sun, 31 Oct 2021 18:07:00 +0000 Subject: [PATCH] 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 Co-authored-by: Allen Porter --- source/_integrations/nest.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index d70f5e8a50e..bb99e78e8be 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -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. 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. 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`.