Skip to content

Commit

Permalink
Update switch.py
Browse files Browse the repository at this point in the history
not working
  • Loading branch information
lasry1 authored Apr 21, 2023
1 parent 8fb4989 commit ed458e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/tuya/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@
"ggq": (
SwitchEntityDescription(
key=DPCode.SWITCH_1,
name="Switch_1",
name="Switch 1",
icon="mdi:sprinkler-variant",
),
SwitchEntityDescription(
key=DPCode.SWITCH_2,
name="Switch_2",
name="Switch 2",
icon="mdi:sprinkler-variant",
),
),
Expand Down

0 comments on commit ed458e1

Please sign in to comment.