Skip to content
Snippets Groups Projects
Unverified Commit 6df7c34a authored by Sebastian Schneider's avatar Sebastian Schneider Committed by GitHub
Browse files

Add switch to Tuya thermostat: child_lock (#113052)

parent 8c27214d
No related branches found
No related tags found
No related merge requests found
......@@ -520,6 +520,15 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
entity_category=EntityCategory.CONFIG,
),
),
# Thermostat
# https://developer.tuya.com/en/docs/iot/f?id=K9gf45ld5l0t9
"wk": (
SwitchEntityDescription(
key=DPCode.CHILD_LOCK,
translation_key="child_lock",
entity_category=EntityCategory.CONFIG,
),
),
# Thermostatic Radiator Valve
# Not documented
"wkf": (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment