* 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>
9 lines
270 B
JSON
9 lines
270 B
JSON
{
|
|
"domain": "stt",
|
|
"name": "Speech-to-text (STT)",
|
|
"codeowners": ["@home-assistant/core", "@pvizeli"],
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/stt",
|
|
"integration_type": "entity",
|
|
"quality_scale": "internal"
|
|
}
|