From cf63cd33c5eea397b70d2844e000c8461afe6422 Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Thu, 30 Nov 2023 17:03:27 +0100
Subject: [PATCH] iAlarm to Keenetic: add host field description (#104791)

Co-authored-by: Andrey Kupreychik <foxel@quickfox.ru>
---
 homeassistant/components/ialarm/strings.json         | 3 +++
 homeassistant/components/iotawatt/strings.json       | 3 +++
 homeassistant/components/keenetic_ndms2/strings.json | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/homeassistant/components/ialarm/strings.json b/homeassistant/components/ialarm/strings.json
index 1ac7a25e6f8..cb2c75d74a9 100644
--- a/homeassistant/components/ialarm/strings.json
+++ b/homeassistant/components/ialarm/strings.json
@@ -5,6 +5,9 @@
         "data": {
           "host": "[%key:common::config_flow::data::host%]",
           "port": "[%key:common::config_flow::data::port%]"
+        },
+        "data_description": {
+          "host": "The hostname or IP address of Antifurto365 iAlarm system."
         }
       }
     },
diff --git a/homeassistant/components/iotawatt/strings.json b/homeassistant/components/iotawatt/strings.json
index f21dfe0cd09..266b32c5c31 100644
--- a/homeassistant/components/iotawatt/strings.json
+++ b/homeassistant/components/iotawatt/strings.json
@@ -4,6 +4,9 @@
       "user": {
         "data": {
           "host": "[%key:common::config_flow::data::host%]"
+        },
+        "data_description": {
+          "host": "The hostname or IP address of your IoTaWatt device."
         }
       },
       "auth": {
diff --git a/homeassistant/components/keenetic_ndms2/strings.json b/homeassistant/components/keenetic_ndms2/strings.json
index 13e3fabfbff..765a3fc4d47 100644
--- a/homeassistant/components/keenetic_ndms2/strings.json
+++ b/homeassistant/components/keenetic_ndms2/strings.json
@@ -9,6 +9,9 @@
           "username": "[%key:common::config_flow::data::username%]",
           "password": "[%key:common::config_flow::data::password%]",
           "port": "[%key:common::config_flow::data::port%]"
+        },
+        "data_description": {
+          "host": "The hostname or IP address of your Keenetic router."
         }
       }
     },