hass-core/homeassistant/components/stt/manifest.json
c0ffeeca7 c3a3ddcfa4
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>
2023-05-31 11:00:19 -04:00

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"
}