mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
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:
parent
abf9b13708
commit
552e6abf9c
@ -45,7 +45,7 @@ project_id:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
topic_name:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
credentials_json:
|
credentials_json:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user