diff --git a/source/_integrations/stt.markdown b/source/_integrations/stt.markdown index 46ec6c89241..0fb1f959f82 100644 --- a/source/_integrations/stt.markdown +++ b/source/_integrations/stt.markdown @@ -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.