* 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>
9 lines
266 B
JSON
9 lines
266 B
JSON
{
|
|
"domain": "wyoming",
|
|
"name": "Wyoming Protocol",
|
|
"codeowners": ["@balloob", "@synesthesiam"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/wyoming",
|
|
"iot_class": "local_push",
|
|
"requirements": ["wyoming==0.0.1"]
|
|
}
|