From 29d87646dd7ba593c9156947c3258014ddaf8557 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Mon, 28 Sep 2020 13:35:40 +0200 Subject: [PATCH] Improve config flow descriptions in Shelly integration (#40396) --- homeassistant/components/shelly/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index 1a7c8c78189..69a09204227 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -4,6 +4,7 @@ "flow_title": "Shelly: {name}", "step": { "user": { + "description": "Before set up, the battery-powered device must be woken up by pressing the button on the device.", "data": { "host": "[%key:common::config_flow::data::host%]" } @@ -15,7 +16,7 @@ } }, "confirm_discovery": { - "description": "Do you want to set up the {model} at {host}?" + "description": "Do you want to set up the {model} at {host}?\n\nBefore set up, the battery-powered device must be woken up by pressing the button on the device." } }, "error": {