From e88e8862db9c570dbf02876061458707785b58f4 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Wed, 30 Nov 2022 03:40:24 -0500 Subject: [PATCH] Add missing device action string for text (#82963) Co-authored-by: Franck Nijhof --- homeassistant/components/text/strings.json | 7 ++++++- homeassistant/components/text/translations/en.json | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/text/strings.json b/homeassistant/components/text/strings.json index 8d4d14669a0..0f5ddf5b331 100644 --- a/homeassistant/components/text/strings.json +++ b/homeassistant/components/text/strings.json @@ -1,3 +1,8 @@ { - "title": "Text" + "title": "Text", + "device_automation": { + "action_type": { + "set_value": "Set value for {entity_name}" + } + } } diff --git a/homeassistant/components/text/translations/en.json b/homeassistant/components/text/translations/en.json index 19b840cdb8f..5d0d038c05c 100644 --- a/homeassistant/components/text/translations/en.json +++ b/homeassistant/components/text/translations/en.json @@ -1,3 +1,8 @@ { + "device_automation": { + "action_type": { + "set_value": "Set value for {entity_name}" + } + }, "title": "Text" } \ No newline at end of file