Import stt constants from root (#78247)
This commit is contained in:
parent
45a69090f0
commit
9c8e9f044b
2 changed files with 8 additions and 4 deletions
|
@ -3,13 +3,15 @@ from __future__ import annotations
|
|||
|
||||
from aiohttp import StreamReader
|
||||
|
||||
from homeassistant.components.stt import Provider, SpeechMetadata, SpeechResult
|
||||
from homeassistant.components.stt.const import (
|
||||
from homeassistant.components.stt import (
|
||||
AudioBitRates,
|
||||
AudioChannels,
|
||||
AudioCodecs,
|
||||
AudioFormats,
|
||||
AudioSampleRates,
|
||||
Provider,
|
||||
SpeechMetadata,
|
||||
SpeechResult,
|
||||
SpeechResultState,
|
||||
)
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue