From 40fbc3bd412f0987e4bf8b8aa3af3c71aadc0222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiit=20R=C3=A4tsep?= Date: Tue, 15 Oct 2019 15:05:10 +0300 Subject: [PATCH] Fix missing strings in soma config flow (#27689) --- homeassistant/components/soma/.translations/en.json | 12 +++++++++++- homeassistant/components/soma/strings.json | 10 ++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/soma/.translations/en.json b/homeassistant/components/soma/.translations/en.json index 5dea73fcc22..aa2f92f0be6 100644 --- a/homeassistant/components/soma/.translations/en.json +++ b/homeassistant/components/soma/.translations/en.json @@ -8,6 +8,16 @@ "create_entry": { "default": "Successfully authenticated with Soma." }, + "step": { + "user": { + "data": { + "host": "Host", + "port": "Port" + }, + "description": "Please enter connection settings of your SOMA Connect.", + "title": "SOMA Connect" + } + }, "title": "Soma" } -} \ No newline at end of file +} diff --git a/homeassistant/components/soma/strings.json b/homeassistant/components/soma/strings.json index eac817ce119..aa2f92f0be6 100644 --- a/homeassistant/components/soma/strings.json +++ b/homeassistant/components/soma/strings.json @@ -8,6 +8,16 @@ "create_entry": { "default": "Successfully authenticated with Soma." }, + "step": { + "user": { + "data": { + "host": "Host", + "port": "Port" + }, + "description": "Please enter connection settings of your SOMA Connect.", + "title": "SOMA Connect" + } + }, "title": "Soma" } }