From 16b42dbdada8476f0394b1923d2448418f3fa847 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 20 Mar 2025 14:58:29 +0100 Subject: [PATCH] Document entry_type and initiate_flow translation keys (#2581) --- docs/internationalization/core.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index 8a425186..d2e211d4 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -63,6 +63,13 @@ The translation strings for the configuration flow handler, the option flow hand "config": { // Optional. Title to show in list. Only will be rendered if placeholders required "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": { "init": { // Optional. Will show the integration name if omitted