From 3aa9066a507f7407ce232165a5ee34a017277cfc Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Wed, 29 Nov 2023 08:45:47 +0100 Subject: [PATCH] Add field description for Shelly host (#104686) --- homeassistant/components/shelly/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index b12ad3e4823..49c66a56459 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -6,6 +6,9 @@ "description": "Before setup, battery-powered devices must be woken up, you can now wake the device up using a button on it.", "data": { "host": "[%key:common::config_flow::data::host%]" + }, + "data_description": { + "host": "The hostname or IP address of the Shelly device to control." } }, "credentials": {