diff --git a/__init__.py b/custom_components/siliconflow_tts/__init__.py similarity index 100% rename from __init__.py rename to custom_components/siliconflow_tts/__init__.py diff --git a/config_flow.py b/custom_components/siliconflow_tts/config_flow.py similarity index 100% rename from config_flow.py rename to custom_components/siliconflow_tts/config_flow.py diff --git a/const.py b/custom_components/siliconflow_tts/const.py similarity index 100% rename from const.py rename to custom_components/siliconflow_tts/const.py diff --git a/manifest.json b/custom_components/siliconflow_tts/manifest.json similarity index 100% rename from manifest.json rename to custom_components/siliconflow_tts/manifest.json diff --git a/strings.json b/custom_components/siliconflow_tts/strings.json similarity index 100% rename from strings.json rename to custom_components/siliconflow_tts/strings.json diff --git a/tts.py b/custom_components/siliconflow_tts/tts.py similarity index 100% rename from tts.py rename to custom_components/siliconflow_tts/tts.py diff --git a/hacs.json b/hacs.json index 48d729a..97ab74d 100644 --- a/hacs.json +++ b/hacs.json @@ -5,6 +5,5 @@ "country": ["CN"], "homeassistant": "2023.1.0", "iot_class": "Cloud Polling", - "render_readme": true, - "content_in_root": true + "render_readme": true } \ No newline at end of file diff --git a/info.md b/info.md index 9d4475a..1bdc992 100644 --- a/info.md +++ b/info.md @@ -21,4 +21,4 @@ 支持上传个人音色文件,实现个性化语音输出。 -详细使用说明请查看 [GitHub 仓库](https://github.com/homeassistant-addons/siliconflow-tts)。 \ No newline at end of file +详细使用说明请查看 [GitHub 仓库](https://github.com/Ethan930717/siliconflow-tts)。 \ No newline at end of file