diff --git a/homeassistant/components/tuya/switch.py b/homeassistant/components/tuya/switch.py index 6872b4506b3..1b1ad11d7fb 100644 --- a/homeassistant/components/tuya/switch.py +++ b/homeassistant/components/tuya/switch.py @@ -311,7 +311,7 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = { ), SwitchEntityDescription( key=DPCode.VOICE_SWITCH, - name="Voice", + name="Mute Voice", icon="mdi:account-voice", entity_category=EntityCategory.CONFIG, ),