mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update stt docs (#26988)
This commit is contained in:
parent
b16779cd4b
commit
d5c1e684a2
@ -3,6 +3,7 @@ title: Speech-to-Text (STT)
|
||||
description: Instructions on how to set up Speech-to-Text (STT) with Home Assistant.
|
||||
ha_release: '0.102'
|
||||
ha_codeowners:
|
||||
- '@home-assistant/core'
|
||||
- '@pvizeli'
|
||||
ha_domain: stt
|
||||
ha_quality_scale: internal
|
||||
@ -10,6 +11,11 @@ ha_category: []
|
||||
ha_integration_type: entity
|
||||
---
|
||||
|
||||
Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back.
|
||||
A speech to text (STT) entity allows other integrations or applications to stream speech data to the STT API and get text back.
|
||||
|
||||
This is an integration that is a building block for other integrations or apps building on top of Home Assistant, like [Ada](https://github.com/home-assistant/ada).
|
||||
The speech to text entities cannot be implemented manually, but can be provided by integrations.
|
||||
|
||||
## The state of a speech to text entity
|
||||
|
||||
Every speech to text entity keeps track of the timestamp of when the last time
|
||||
the speech to text entity was used to process speech.
|
||||
|
Loading…
x
Reference in New Issue
Block a user