Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakit committed Jan 18, 2025
1 parent aedb990 commit 1941fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/homingai_tts/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "homingai_tts",
"name": "HomingAI TTS",
"version": "1.0.7",
"version": "1.0.8",
"documentation": "https://github.com/aiakit/tts",
"issue_tracker": "https://github.com/aiakit/tts/issues",
"requirements": [],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homingai_tts/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def async_get_tts_audio(

async with aiohttp.ClientSession() as session:
async with session.post(
"https://api.homingai.com/ha/home/tts",
"https://api.homingai.com/ha/home/tts4homeassistant",
headers=headers,
json={"text": message},
timeout=10
Expand Down

0 comments on commit 1941fcc

Please sign in to comment.