core/homeassistant/components/stt/manifest.json

10 lines
270 B
JSON
Raw Normal View History

{
"domain": "stt",
"name": "Speech-to-text (STT)",
"codeowners": ["@home-assistant/core", "@pvizeli"],
2023-02-08 19:22:30 +00:00
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/stt",
"integration_type": "entity",
"quality_scale": "internal"
}