From 405c70e188f37479b7df705c575e439977dde065 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 16 Jan 2024 17:44:35 +1100 Subject: [PATCH] added strings to config flow gets labels --- custom_components/bring/strings.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom_components/bring/strings.json diff --git a/custom_components/bring/strings.json b/custom_components/bring/strings.json new file mode 100644 index 0000000..ec88a75 --- /dev/null +++ b/custom_components/bring/strings.json @@ -0,0 +1,16 @@ +{ + "title": "Bring! ToDo List", + "config": { + "step": { + "user": { + "title": "Bring! ToDo List", + "data": { + "Username": "Username", + "Password": "Password", + "Locale": "Locale" + }, + "description": "Please enter the username/password used for Bring!." + } + } + } +} \ No newline at end of file