1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 03:47:14 +00:00
Files
core/tests/components
Dara Adib e2daffc117 Fix exception handling in Microsoft TTS (#92556)
pycsspeechtts uses the requests library, but Microsoft TTS previously
caught HTTPException from the standard library. This is changed to
catch requests.HTTPError and return `(None, None)` consistent with
other TTS integrations. This will properly raise HomeAssistantError
for display in the frontend.

Follow up to PR #92215 which adds tests for Microsoft TTS.
2023-05-25 11:29:13 +02:00
..
2023-05-01 11:15:29 +02:00
2023-05-04 11:25:35 +02:00
2023-04-30 20:34:57 +02:00
2023-05-24 14:43:02 +02:00
2023-04-25 15:40:46 +02:00
2023-05-04 11:25:35 +02:00
2023-05-04 11:25:35 +02:00
2023-05-04 11:25:35 +02:00
2023-05-08 22:06:11 +02:00
2023-04-23 14:09:36 -05:00
2023-04-29 11:18:16 +02:00
2023-05-16 08:26:17 +02:00
2023-05-04 11:25:35 +02:00
2023-05-24 08:27:20 +02:00
2023-05-04 11:25:35 +02:00
2023-05-07 01:42:37 +02:00
2023-05-05 08:40:30 -04:00
2023-04-30 22:33:51 +02:00
2023-05-21 21:13:59 +02:00
2023-05-04 11:25:35 +02:00
2023-04-20 08:42:22 -10:00
2023-05-04 11:25:35 +02:00