1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove strict connection (#116396)

This commit is contained in:
Robert Resch
2024-04-29 19:33:31 +02:00
committed by GitHub
parent b3c1a86194
commit dfc198cae0
10 changed files with 12 additions and 40 deletions

View File

@@ -181,6 +181,7 @@ async def test_tts_default_voice_legacy_gender(
assert cloud.client.prefs.tts_default_voice == (expected_language, voice)
@pytest.mark.skip(reason="Remove strict connection config option")
@pytest.mark.parametrize("mode", list(StrictConnectionMode))
async def test_strict_connection_convertion(
hass: HomeAssistant,