Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sfortis committed Mar 29, 2024
1 parent a929b68 commit a22cf0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/openai_tts/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "openai_tts",
"name": "OpenAI TTS",
"codeowners": ["@sfortis"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/sfortis/openai_tts/",
"domain": "openai_tts",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/sfortis/openai_tts/issues",
"name": "OpenAI TTS",
"requirements": ["requests>=2.25.1"],
"version": "0.2.0"
}

0 comments on commit a22cf0f

Please sign in to comment.