From 54c1ae003434186ab29382b4429a997e24af7197 Mon Sep 17 00:00:00 2001 From: Daniel Gospodinow Date: Sun, 8 Dec 2024 15:10:02 +0200 Subject: [PATCH] Add config flow entry for email --- custom_components/eldom/strings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/eldom/strings.json b/custom_components/eldom/strings.json index d6e3212..905bf79 100644 --- a/custom_components/eldom/strings.json +++ b/custom_components/eldom/strings.json @@ -4,6 +4,7 @@ "user": { "data": { "host": "[%key:common::config_flow::data::host%]", + "email": "[%key:common::config_flow::data::email%]", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" }