From 618230768251f41d544829d7e249d0ff5dd3d4b1 Mon Sep 17 00:00:00 2001 From: Ivan Bessarabov Date: Tue, 5 May 2020 11:31:17 +0300 Subject: [PATCH] yandextts is only working with old API keys (#13240) --- source/_integrations/yandextts.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/yandextts.markdown b/source/_integrations/yandextts.markdown index 8f2c6986682..7c0f366be21 100644 --- a/source/_integrations/yandextts.markdown +++ b/source/_integrations/yandextts.markdown @@ -9,6 +9,12 @@ ha_domain: yandextts The `yandextts` text-to-speech platform uses [Yandex SpeechKit](https://tech.yandex.com/speechkit/) Text-to-Speech engine to read a text with natural sounding voices. +
+This integration is working only with old API keys. + +For the new API keys this intergration is not working. There is a custom component that is working with new API keys [Yandex-tts-speechkit-FIX](https://github.com/tayanov/Yandex-tts-speechkit-FIX). +
+ ## Configuration To enable text-to-speech with Yandex SpeechKit, add the following lines to your `configuration.yaml`: