Skip to content

Commit

Permalink
Change Tuya valve "child lock" to switch (#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Jan 28, 2025
1 parent d71f903 commit 69b227a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zhaquirks/tuya/tuya_valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,9 @@ class GiexIrrigationStatus(t.enum8):
translation_key="flow_switch",
fallback_name="Flow switch",
)
.tuya_binary_sensor(
.tuya_switch(
dp_id=104,
attribute_name="child_lock",
entity_type=EntityType.STANDARD,
translation_key="child_lock",
fallback_name="Child lock",
)
Expand Down

0 comments on commit 69b227a

Please sign in to comment.