Bump hass-nabucasa to 0.65.0 (#91565)
This commit is contained in:
parent
599cc4a5c6
commit
f3897d8dae
7 changed files with 20 additions and 39 deletions
|
@ -76,7 +76,7 @@ async def test_provider_properties(cloud_with_prefs) -> None:
|
|||
provider = await tts.async_get_engine(
|
||||
Mock(data={const.DOMAIN: cloud_with_prefs}), None, {}
|
||||
)
|
||||
assert provider.supported_options == ["gender", "audio_output"]
|
||||
assert provider.supported_options == ["gender", "voice", "audio_output"]
|
||||
assert "nl-NL" in provider.supported_languages
|
||||
|
||||
|
||||
|
@ -85,5 +85,5 @@ async def test_get_tts_audio(cloud_with_prefs) -> None:
|
|||
provider = await tts.async_get_engine(
|
||||
Mock(data={const.DOMAIN: cloud_with_prefs}), None, {}
|
||||
)
|
||||
assert provider.supported_options == ["gender", "audio_output"]
|
||||
assert provider.supported_options == ["gender", "voice", "audio_output"]
|
||||
assert "nl-NL" in provider.supported_languages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue