From 0a223f2f6254222194e687acbc354e2236a392f6 Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Wed, 26 Jan 2022 05:46:34 -0300 Subject: [PATCH] Change the name of the vacuum switch voice (#64948) --- homeassistant/components/tuya/switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ),