Standardize spelling of TTS and STT (#93857)
* Standardize spelling of TTS and STT * Apply suggestions from code review * Update homeassistant/components/tts/media_source.py --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
b03dbeaed5
commit
c3a3ddcfa4
25 changed files with 57 additions and 57 deletions
|
@ -104,7 +104,7 @@ def media_source_id_to_kwargs(media_source_id: str) -> MediaSourceOptions:
|
|||
class TTSMediaSource(MediaSource):
|
||||
"""Provide text-to-speech providers as media sources."""
|
||||
|
||||
name: str = "Text to Speech"
|
||||
name: str = "Text-to-speech"
|
||||
|
||||
def __init__(self, hass: HomeAssistant) -> None:
|
||||
"""Initialize TTSMediaSource."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue