mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Remove duplicate name from Wyoming TTS entity (#91930)
This commit is contained in:
parent
14d2645de2
commit
c8c8e4dede
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user