Add flow sections to internationalization example (#2518)

This commit is contained in:
Abílio Costa 2025-01-02 14:41:09 +00:00 committed by GitHub
parent b38281338b
commit b267d9265d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,12 @@ The translation strings for the configuration flow handler and the option flow h
"description": "Markdown that is shown with the step.", "description": "Markdown that is shown with the step.",
"data": { "data": {
"api_key": "The label for the `api_key` input field" "api_key": "The label for the `api_key` input field"
},
// Only needed if the form has sections
"sections": {
"auth_options": {
"name": "The label for the `auth_options` section"
}
} }
} }
}, },