mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Make all three numbered lists consistent, using 1. 1. 1. for the syntax (#135400)
Make all three numbered lists use 1. 1. 1. for the syntax Currently only two of the setup descriptions of the Nest integration use automatic syntax for a numbered list. This commit makes the third one consistent, using 1. 1. 1. as well. This helps translators in Lokalise understand that this is the expected format for all numbered lists in Home Assistant.
This commit is contained in:
parent
c442935fdd
commit
2237ed9af7
@ -27,7 +27,7 @@
|
||||
},
|
||||
"pubsub": {
|
||||
"title": "Configure Google Cloud Pub/Sub",
|
||||
"description": "Home Assistant uses Cloud Pub/Sub receive realtime Nest device updates. Nest servers publish updates to a Pub/Sub topic and Home Assistant receives the updates through a Pub/Sub subscription.\n\n1. Visit the [Device Access Console]({device_access_console_url}) and ensure a Pub/Sub topic is configured.\n2. Visit the [Cloud Console]({url}) to find your Google Cloud Project ID and confirm it is correct below.\n3. The next step will attempt to auto-discover Pub/Sub topics and subscriptions.\n\nSee the integration documentation for [more info]({more_info_url}).",
|
||||
"description": "Home Assistant uses Cloud Pub/Sub receive realtime Nest device updates. Nest servers publish updates to a Pub/Sub topic and Home Assistant receives the updates through a Pub/Sub subscription.\n\n1. Visit the [Device Access Console]({device_access_console_url}) and ensure a Pub/Sub topic is configured.\n1. Visit the [Cloud Console]({url}) to find your Google Cloud Project ID and confirm it is correct below.\n1. The next step will attempt to auto-discover Pub/Sub topics and subscriptions.\n\nSee the integration documentation for [more info]({more_info_url}).",
|
||||
"data": {
|
||||
"cloud_project_id": "[%key:component::nest::config::step::cloud_project::data::cloud_project_id%]"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user