From 552e6abf9c95c5bea81dcb77d5fa2be48421fc14 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Mon, 4 Mar 2019 12:10:12 +0000 Subject: [PATCH] Expand Google pub/sub topic config description (#8798) Make it more clear that the user should use the short relative pubsub name like "mytopic" and not the longer like "projects/myproject/topics/mytopic". --- source/_components/google_pubsub.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/google_pubsub.markdown b/source/_components/google_pubsub.markdown index c7738613a31..6cf43e12793 100644 --- a/source/_components/google_pubsub.markdown +++ b/source/_components/google_pubsub.markdown @@ -45,7 +45,7 @@ project_id: required: true type: string topic_name: - description: The Pub/Sub topic name. + description: The Pub/Sub [relative](https://cloud.google.com/pubsub/docs/admin#resource_names) topic name (looks like `hass`). required: true type: string credentials_json: