From 622d23cadd6ff8545fb335a25cb7d1f5ed2aa08d Mon Sep 17 00:00:00 2001 From: Norbert Rittel <norbert@rittel.de> Date: Sat, 4 Jan 2025 12:21:25 +0100 Subject: [PATCH] Fix description of device_id field of reconnect_client actions (#134275) --- homeassistant/components/unifi/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/unifi/strings.json b/homeassistant/components/unifi/strings.json index f9315318d1e..8f4f2b420a5 100644 --- a/homeassistant/components/unifi/strings.json +++ b/homeassistant/components/unifi/strings.json @@ -111,7 +111,7 @@ "fields": { "device_id": { "name": "[%key:common::config_flow::data::device%]", - "description": "Try reconnect client to wireless network." + "description": "The device that should be forced to reconnect to the wireless network." } } }, -- GitLab