From f7a97dae2d5bc976424c0ae3a7c8cb5ec6baa54a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 20 Jan 2020 16:26:44 +0100 Subject: [PATCH] Adds missing strings to Withings (#31012) --- homeassistant/components/withings/strings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/withings/strings.json b/homeassistant/components/withings/strings.json index 23be2cd385f..9f40c4babd9 100644 --- a/homeassistant/components/withings/strings.json +++ b/homeassistant/components/withings/strings.json @@ -8,7 +8,15 @@ "data": { "profile": "Profile" } - } + }, + "pick_implementation": { "title": "Pick Authentication Method" } + }, + "abort": { + "authorize_url_timeout": "Timeout generating authorize url.", + "missing_configuration": "The Withings integration is not configured. Please follow the documentation." + }, + "create_entry": { + "default": "Successfully authenticated with Withings." } } }