Change the name of the vacuum switch voice (#64948)

This commit is contained in:
dougiteixeira 2022-01-26 05:46:34 -03:00 committed by GitHub
parent 9cbdd36082
commit 0a223f2f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
),