From 007d0aa914e061903328d2c563b2aedb869abc21 Mon Sep 17 00:00:00 2001 From: Rany Date: Fri, 25 Oct 2024 12:33:26 +0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20bump=20edge-tts=20to=20v6.1.15=20(#?= =?UTF-8?q?51)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rany --- custom_components/edge_tts/manifest.json | 2 +- custom_components/edge_tts/tts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/edge_tts/manifest.json b/custom_components/edge_tts/manifest.json index 34ebb67..c07acd1 100644 --- a/custom_components/edge_tts/manifest.json +++ b/custom_components/edge_tts/manifest.json @@ -5,6 +5,6 @@ "documentation": "https://github.com/hasscc/hass-edge-tts", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hasscc/hass-edge-tts/issues", - "requirements": ["edge-tts==6.1.14"], + "requirements": ["edge-tts==6.1.15"], "version": "0.0.1" } diff --git a/custom_components/edge_tts/tts.py b/custom_components/edge_tts/tts.py index e236d40..8445645 100644 --- a/custom_components/edge_tts/tts.py +++ b/custom_components/edge_tts/tts.py @@ -5,7 +5,7 @@ import voluptuous as vol from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider -EDGE_TTS_VERSION = '6.1.14' +EDGE_TTS_VERSION = '6.1.15' try: import edge_tts if '__version__' not in dir(edge_tts) or edge_tts.__version__ != EDGE_TTS_VERSION: