* Add wyoming integration with stt/tts * Forward config entry setup * Use SpeechToTextEntity * Add strings to config flow * Move connection into config flow * Add tests * On load/unload used platforms * Tweaks * Add unload test * Fix stt * Add missing file * Add test for no services * Improve coverage * Finish test coverage --------- Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
7 lines
123 B
Python
7 lines
123 B
Python
"""Constants for the Wyoming integration."""
|
|
|
|
DOMAIN = "wyoming"
|
|
|
|
SAMPLE_RATE = 16000
|
|
SAMPLE_WIDTH = 2
|
|
SAMPLE_CHANNELS = 1
|