diff --git a/custom_components/tuya/switch.py b/custom_components/tuya/switch.py index 5b05ce7..6ceaa93 100644 --- a/custom_components/tuya/switch.py +++ b/custom_components/tuya/switch.py @@ -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", ), ),