From 0ceceecc43bc99db6de1f52322e457ebeadf8521 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:26:50 +0000 Subject: [PATCH] Adjust string --- homeassistant/components/tuya/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/tuya/strings.json b/homeassistant/components/tuya/strings.json index d3332ac2e2f..93b573c8db8 100644 --- a/homeassistant/components/tuya/strings.json +++ b/homeassistant/components/tuya/strings.json @@ -945,7 +945,7 @@ }, "exceptions": { "action_dpcode_not_found": { - "message": "Unable to process action as the device does not provide corresponding DPCode (expected one of {expected} in {available})." + "message": "Unable to process action as the device does not provide a corresponding function code (expected one of {expected} in {available})." } } }