mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-27 03:06:30 +00:00
Document entry_type and initiate_flow translation keys (#2581)
This commit is contained in:
parent
f11987a265
commit
16b42dbdad
@ -63,6 +63,13 @@ The translation strings for the configuration flow handler, the option flow hand
|
|||||||
"config": {
|
"config": {
|
||||||
// Optional. Title to show in list. Only will be rendered if placeholders required
|
// Optional. Title to show in list. Only will be rendered if placeholders required
|
||||||
"flow_title": "Discovered Device ({host})",
|
"flow_title": "Discovered Device ({host})",
|
||||||
|
// Optional, only needed if the default translations in frontend are misleading
|
||||||
|
"entry_type": "Label explaining what an entry represents",
|
||||||
|
// Optional, only needed if the default translations in frontend are misleading
|
||||||
|
"initiate_flow": {
|
||||||
|
"reconfigure": "Menu or button label for starting a reconfigure flow",
|
||||||
|
"user": "Menu or button label for starting a user flow"
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
// Optional. Will show the integration name if omitted
|
// Optional. Will show the integration name if omitted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user