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

pull/64958/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
), ),
SwitchEntityDescription( SwitchEntityDescription(
key=DPCode.VOICE_SWITCH, key=DPCode.VOICE_SWITCH,
name="Voice", name="Mute Voice",
icon="mdi:account-voice", icon="mdi:account-voice",
entity_category=EntityCategory.CONFIG, entity_category=EntityCategory.CONFIG,
), ),