From 0922f12ec0dedbe0e5246245d5aba799cbd493d6 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sat, 6 Sep 2025 20:19:52 +0200 Subject: [PATCH] Use "credentials" only for username and password in `overkiz` (#151837) --- homeassistant/components/overkiz/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/overkiz/strings.json b/homeassistant/components/overkiz/strings.json index 335ae7ba4ef1..b82b45de16c7 100644 --- a/homeassistant/components/overkiz/strings.json +++ b/homeassistant/components/overkiz/strings.json @@ -21,7 +21,7 @@ } }, "cloud": { - "description": "Enter your application credentials.", + "description": "Enter your credentials.", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]"