From 5b7aa7f0a8cc45b7423cc9c94fe8978cbda5628c Mon Sep 17 00:00:00 2001 From: Michael Graf Date: Sat, 20 Mar 2021 16:14:40 +0100 Subject: [PATCH] add missing string in string.json --- custom_components/vorwerk/strings.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/custom_components/vorwerk/strings.json b/custom_components/vorwerk/strings.json index fdf74fc..441391a 100644 --- a/custom_components/vorwerk/strings.json +++ b/custom_components/vorwerk/strings.json @@ -4,10 +4,16 @@ "user": { "title": "Vorwerk Account Info", "data": { - "email": "[%key:common::config_flow::data::email%]", - "code": "Code" + "email": "[%key:common::config_flow::data::email%]" }, "description": "To recieve an authentication code, enter the email address of your vorwerk account.\n\nSee [Vorwerk documentation]({docs_url})." + }, + "code": { + "title": "Vorwerk Account Info", + "data": { + "code": "Code" + }, + "description": "Enter the code you received by email.\n\nSee [Vorwerk documentation]({docs_url})." } }, "error": {