mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 05:16:28 +00:00
Add flow sections to internationalization example (#2518)
This commit is contained in:
parent
b38281338b
commit
b267d9265d
@ -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.",
|
||||
"data": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user