From f877bfb46c1b52681c815b22578b8ecc0d8a2948 Mon Sep 17 00:00:00 2001 From: minimicro34 Date: Mon, 31 Aug 2026 09:27:53 +0200 Subject: [PATCH] Add Tuya indicator light on translation (#180865) --- homeassistant/components/tuya/strings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/tuya/strings.json b/homeassistant/components/tuya/strings.json index bcf19a3ba003..71e756e57f4c 100644 --- a/homeassistant/components/tuya/strings.json +++ b/homeassistant/components/tuya/strings.json @@ -502,6 +502,7 @@ "name": "Indicator light mode", "state": { "none": "[%key:common::state::off%]", + "on": "[%key:common::state::on%]", "pos": "Indicate inverted switch state", "relay": "Indicate switch on/off state" }