From c8c8e4dede1f4b0962b9c202f31e184c44f3ca97 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 23 Apr 2023 21:13:32 -0400 Subject: [PATCH] Remove duplicate name from Wyoming TTS entity (#91930) --- homeassistant/components/wyoming/tts.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/homeassistant/components/wyoming/tts.py b/homeassistant/components/wyoming/tts.py index 8a6687ea888..f2e314dc13e 100644 --- a/homeassistant/components/wyoming/tts.py +++ b/homeassistant/components/wyoming/tts.py @@ -66,12 +66,6 @@ class WyomingTtsProvider(tts.TextToSpeechEntity): self._attr_name = self._tts_service.name self._attr_unique_id = f"{config_entry.entry_id}-tts" - @property - def name(self) -> str | None: - """Return the name of the provider entity.""" - # Only one entity is allowed per platform for now. - return self._tts_service.name - @property def default_language(self): """Return default language."""