From 42bba24247dab3af26d858a84e09613e09ed201d Mon Sep 17 00:00:00 2001 From: Marco Glauser Date: Tue, 19 Nov 2024 17:30:56 +0100 Subject: [PATCH] Add Hejhome Fingerbot (Tuya whitelabel) configuration (#130732) --- homeassistant/components/tuya/switch.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homeassistant/components/tuya/switch.py b/homeassistant/components/tuya/switch.py index 77432c5b9a5..2b5e6fec4a6 100644 --- a/homeassistant/components/tuya/switch.py +++ b/homeassistant/components/tuya/switch.py @@ -528,6 +528,13 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = { translation_key="switch", ), ), + # Hejhome whitelabel Fingerbot + "znjxs": ( + SwitchEntityDescription( + key=DPCode.SWITCH, + translation_key="switch", + ), + ), # IoT Switch? # Note: Undocumented "tdq": (