From 3d330cc5ba447b0b6a4e663cf70c1cb7f3c6a64f Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 25 Apr 2019 13:39:07 +0200 Subject: [PATCH] Upgraded to 0.92: renamed tts google to google_translate --- components/{google.yaml => google_assistant.yaml} | 0 components/tts.yaml | 4 ++-- configuration.yaml | 2 +- script/notify.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename components/{google.yaml => google_assistant.yaml} (100%) diff --git a/components/google.yaml b/components/google_assistant.yaml similarity index 100% rename from components/google.yaml rename to components/google_assistant.yaml diff --git a/components/tts.yaml b/components/tts.yaml index ec54d320..3f46ab02 100644 --- a/components/tts.yaml +++ b/components/tts.yaml @@ -2,8 +2,8 @@ # Component: Text to Speach ###################################################################### -platform: google -language: it +platform: google_translate +language: 'it' cache: true time_memory: 300 base_url: !secret base_url diff --git a/configuration.yaml b/configuration.yaml index 677599b3..fb378320 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -146,7 +146,7 @@ mqtt: !include components/mqtt.yaml maxcube: !include components/eq3max.yaml # Google Assistant -google_assistant: !include components/google.yaml +google_assistant: !include components/google_assistant.yaml # Mercedes Me mbwebbeta: !include components/mercedesme.yaml diff --git a/script/notify.yaml b/script/notify.yaml index fa4b33e1..485c67f0 100644 --- a/script/notify.yaml +++ b/script/notify.yaml @@ -116,7 +116,7 @@ volume_manager: # # Operations: # - script.notify_volume_manager -# - tts.google_say +# - tts.google_translate_say ###################################################################### notify_voice: @@ -131,7 +131,7 @@ notify_voice: media_player: "{{ media_player }}" volume_level: "{{ volume_level }}" - - service: tts.google_say + - service: tts.google_translate_say data_template: entity_id: >- {# Check Null Input #} -- 2.47.3