feat: ElevenLabs TTS George voice + fix HA toggle optimistic update

This commit is contained in:
2026-05-31 05:58:22 +00:00
parent b080ecb4bd
commit a96f8a3f85
4 changed files with 103 additions and 14 deletions
+3
View File
@@ -69,6 +69,9 @@ switch ($endpoint) {
case 'ha':
require __DIR__ . '/../api/endpoints/ha.php';
break;
case 'tts':
require __DIR__ . '/../api/endpoints/tts.php';
break;
case 'do':
require __DIR__ . '/../api/endpoints/do_server.php';
break;