mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Add Hejhome Fingerbot (Tuya whitelabel) configuration (#130732)
This commit is contained in:
parent
48703db78a
commit
42bba24247
@ -528,6 +528,13 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
|||||||
translation_key="switch",
|
translation_key="switch",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
# Hejhome whitelabel Fingerbot
|
||||||
|
"znjxs": (
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH,
|
||||||
|
translation_key="switch",
|
||||||
|
),
|
||||||
|
),
|
||||||
# IoT Switch?
|
# IoT Switch?
|
||||||
# Note: Undocumented
|
# Note: Undocumented
|
||||||
"tdq": (
|
"tdq": (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user