From 623f2b6f9ce574c8d21d2ed53d71ca5050a54849 Mon Sep 17 00:00:00 2001 From: Adam Ernst Date: Thu, 5 Nov 2020 03:09:22 -0600 Subject: [PATCH] Tweak Shelly message to be clearer (#42862) Not all Shelly devices are battery-powered. --- homeassistant/components/shelly/strings.json | 4 ++-- homeassistant/components/shelly/translations/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index 0efceba56a5..a81d774066f 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -4,7 +4,7 @@ "flow_title": "{name}", "step": { "user": { - "description": "Before set up, the battery-powered device must be woken up by pressing the button on the device.", + "description": "Before set up, battery-powered devices must be woken up by pressing the button on the device.", "data": { "host": "[%key:common::config_flow::data::host%]" } @@ -16,7 +16,7 @@ } }, "confirm_discovery": { - "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." + "description": "Do you want to set up the {model} at {host}?\n\nBefore set up, battery-powered devices must be woken up by pressing the button on the device." } }, "error": { diff --git a/homeassistant/components/shelly/translations/en.json b/homeassistant/components/shelly/translations/en.json index e109a9ac6f3..b98f1744918 100644 --- a/homeassistant/components/shelly/translations/en.json +++ b/homeassistant/components/shelly/translations/en.json @@ -13,7 +13,7 @@ "flow_title": "{name}", "step": { "confirm_discovery": { - "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." + "description": "Do you want to set up the {model} at {host}?\n\nBefore set up, battery-powered devices must be woken up by pressing the button on the device." }, "credentials": { "data": { @@ -25,7 +25,7 @@ "data": { "host": "Host" }, - "description": "Before set up, the battery-powered device must be woken up by pressing the button on the device." + "description": "Before set up, battery-powered devices must be woken up by pressing the button on the device." } } },