Skip to content

Commit

Permalink
⬆ bump edge-tts version to v6.1.8 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: rany <ranygh@riseup.net>
  • Loading branch information
rany2 authored Aug 14, 2023
1 parent f97a301 commit 547e645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/edge_tts/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"domain": "edge_tts",
"name": "Microsoft Edge TTS",
"codeowners": [],
"codeowners": ["@al-one", "@rany2"],
"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.5"],
"requirements": ["edge-tts==6.1.8"],
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion custom_components/edge_tts/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import voluptuous as vol
from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider

EDGE_TTS_VERSION = '6.1.5'
EDGE_TTS_VERSION = '6.1.8'
try:
import edge_tts
if '__version__' not in dir(edge_tts) or edge_tts.__version__ != EDGE_TTS_VERSION:
Expand Down

0 comments on commit 547e645

Please sign in to comment.