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 546ad19 commit a929b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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",
"config_flow": true,
"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 a929b68

Please sign in to comment.