Update stt docs (#26988)

This commit is contained in:
Martin Hjelmare 2023-04-22 18:03:00 +02:00 committed by GitHub
parent b16779cd4b
commit d5c1e684a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.