From 7c6437b9f4c8026fd362c0e07950c6082cc063dd Mon Sep 17 00:00:00 2001 From: tobiasfaust <> Date: Wed, 28 Oct 2015 17:56:43 +0000 Subject: [PATCH] 98_Text2Speech.pm: Google Bugfix: client=tw-ob 10_SOMFY.pm: ID tag korrigiert git-svn-id: https://svn.fhem.de/fhem/trunk@9710 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_SOMFY.pm | 2 +- fhem/FHEM/98_Text2Speech.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/10_SOMFY.pm b/fhem/FHEM/10_SOMFY.pm index 3d47dc07c..1c7478161 100644 --- a/fhem/FHEM/10_SOMFY.pm +++ b/fhem/FHEM/10_SOMFY.pm @@ -1,5 +1,5 @@ ###################################################### -# $Id: 10_SOMFY.pm 7988 2015-02-14 22:04:45Z thomyd $ +# $Id$ # # SOMFY RTS / Simu Hz protocol module for FHEM # (c) Thomas Dankert diff --git a/fhem/FHEM/98_Text2Speech.pm b/fhem/FHEM/98_Text2Speech.pm index e9dca8b3a..33aa66df1 100644 --- a/fhem/FHEM/98_Text2Speech.pm +++ b/fhem/FHEM/98_Text2Speech.pm @@ -57,7 +57,7 @@ my %ttsQuery = ("Google" => "q=", my %ttsPath = ("Google" => "/translate_tts?", "VoiceRSS" => "/?" ); -my %ttsAddon = ("Google" => "client=t&prev=input", +my %ttsAddon = ("Google" => "client=tw-ob", "VoiceRSS" => "" ); my %ttsAPIKey = ("Google" => "", # kein APIKey nötig