From a52a2383c51e996f345a9a7f2cd0ccb20ab9eb11 Mon Sep 17 00:00:00 2001 From: Igor Santos <532299+igorsantos07@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:22:33 -0300 Subject: [PATCH] Tuya's light POS actually means "opposite state" (#119948) --- 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 cfce12273a0..281d56f7ae4 100644 --- a/homeassistant/components/tuya/strings.json +++ b/homeassistant/components/tuya/strings.json @@ -275,7 +275,7 @@ "name": "Indicator light mode", "state": { "none": "[%key:common::state::off%]", - "pos": "Indicate switch location", + "pos": "Indicate inverted switch state", "relay": "Indicate switch on/off state" } },