Add TTS engines in config.components (#48939)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
6d5c34f2dc
commit
eef7faa1e4
4 changed files with 8 additions and 0 deletions
|
@ -102,6 +102,7 @@ async def test_setup_component_demo(hass):
|
|||
|
||||
assert hass.services.has_service(tts.DOMAIN, "demo_say")
|
||||
assert hass.services.has_service(tts.DOMAIN, "clear_cache")
|
||||
assert f"{tts.DOMAIN}.demo" in hass.config.components
|
||||
|
||||
|
||||
async def test_setup_component_demo_no_access_cache_folder(hass, mock_init_cache_dir):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue