mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 15:26:29 +00:00
Added link to backend translation page (#858)
This commit is contained in:
parent
33612c2f20
commit
8919af1601
@ -347,6 +347,8 @@ class TestFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
|
||||
Data entry flows depend on translations for showing the text in the forms. It depends on the parent of a data entry flow manager where this is stored. For config and option flows this is in `strings.json` under `config` and `option`.
|
||||
|
||||
For a more detailed explanation of `strings.json` see to the [backend translation](/docs/internationalization/core) page.
|
||||
|
||||
## Initializing a config flow from an external source
|
||||
|
||||
You might want to initialize a config flow programmatically. For example, if we discover a device on the network that requires user interaction to finish setup. To do so, pass a source parameter and optional user input when initializing a flow:
|
||||
|
Loading…
x
Reference in New Issue
Block a user