You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Make API key optional for custom endpoints
- API key now only required when using default OpenAI endpoint
- Custom endpoints (local TTS servers) can work without authentication
- Updated config flow validation logic
- Updated engine to conditionally add Authorization header
- Updated all translations (en, cs, de, el)
Copy file name to clipboardExpand all lines: custom_components/openai_tts/translations/de.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
"step": {
4
4
"user": {
5
5
"title": "OpenAI TTS-Dienst hinzufügen",
6
-
"description": "Richten Sie die OpenAI TTS-Integration ein, um TTS-Agenten zu erstellen.",
6
+
"description": "Richten Sie die OpenAI TTS-Integration ein, um TTS-Agenten zu erstellen. API Key ist für OpenAI erforderlich, für custom endpoints optional.",
7
7
"data": {
8
-
"api_key": "API-Schlüssel",
9
-
"url": "API-Endpunkt (optional)"
8
+
"api_key": "API Key (für OpenAI erforderlich, für custom endpoints optional)",
Copy file name to clipboardExpand all lines: custom_components/openai_tts/translations/el.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
"step": {
4
4
"user": {
5
5
"title": "Προσθήκη υπηρεσίας OpenAI TTS",
6
-
"description": "Ρυθμίστε την ενσωμάτωση OpenAI TTS για να δημιουργήσετε πράκτορες TTS.",
6
+
"description": "Ρυθμίστε την ενσωμάτωση OpenAI TTS για να δημιουργήσετε πράκτορες TTS. Το API key απαιτείται για OpenAI, προαιρετικό για custom endpoints.",
7
7
"data": {
8
-
"api_key": "Κλειδί API",
9
-
"url": "Διεύθυνση API (προαιρετικό)"
8
+
"api_key": "API Key (απαιτείται για OpenAI, προαιρετικό για custom endpoints)",
0 commit comments