First upload

This commit is contained in:
Ethan930717
2025-08-01 23:02:17 +08:00
parent ca47eee6b5
commit 01e7f3c264
16 changed files with 1304 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"domain": "siliconflow_tts",
"name": "SiliconFlow TTS",
"version": "1.0.0",
"documentation": "https://github.com/your-username/siliconflow-tts-ha",
"issue_tracker": "https://github.com/your-username/siliconflow-tts-ha/issues",
"requirements": ["aiohttp>=3.8.0", "async_timeout>=4.0.0"],
"codeowners": ["@your-username"],
"config_flow": true,
"dependencies": [],
"after_dependencies": [],
"iot_class": "cloud_polling"
}