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".
This commit is contained in:
Simon L. B. Nielsen 2019-03-04 12:10:12 +00:00 committed by Franck Nijhof
parent abf9b13708
commit 552e6abf9c

View File

@ -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: