From b267d9265d1b4f86fccdcb33ad3c84e1fc82f182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Thu, 2 Jan 2025 14:41:09 +0000 Subject: [PATCH] Add flow sections to internationalization example (#2518) --- docs/internationalization/core.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index 7b2f82af..e94facea 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -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" + } } } },