From 7b735585a23c78697e2fd4cabe80c813c7155565 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 8 Mar 2020 11:54:13 +0200 Subject: [PATCH] Rename talk to say --- packages/functions/speech.yaml | 4 ++-- packages/routines/coming_home.yaml | 4 ++-- packages/routines/waking_up.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/functions/speech.yaml b/packages/functions/speech.yaml index 667f907..2b73008 100644 --- a/packages/functions/speech.yaml +++ b/packages/functions/speech.yaml @@ -4,8 +4,8 @@ input_boolean: icon: mdi:chat script: - talk: - alias: Speech - Talk + say: + alias: Speech - Say sequence: - condition: state entity_id: input_boolean.sleep_mode diff --git a/packages/routines/coming_home.yaml b/packages/routines/coming_home.yaml index a2a88a7..3321f25 100644 --- a/packages/routines/coming_home.yaml +++ b/packages/routines/coming_home.yaml @@ -35,7 +35,7 @@ script: entity_id: media_player.master_bedroom data: volume_level: 0.5 - - service: script.talk + - service: script.say data_template: partials: - !include ../../templates/partials/greeting.yaml @@ -43,7 +43,7 @@ script: - "Here's the current status:" - !include ../../templates/partials/window_check.yaml - delay: 00:00:10 - - service: script.talk + - service: script.say data_template: message: >- diff --git a/packages/routines/waking_up.yaml b/packages/routines/waking_up.yaml index 2b8cb0d..7988826 100644 --- a/packages/routines/waking_up.yaml +++ b/packages/routines/waking_up.yaml @@ -4,7 +4,7 @@ script: sequence: - service: script.routine_morning_briefing - delay: 00:00:25 - - service: script.talk + - service: script.say data: message: "Here's some music to start the day!" - delay: 00:00:02 @@ -22,7 +22,7 @@ script: entity_id: media_player.master_bedroom data: volume_level: 0.5 - - service: script.talk + - service: script.say data_template: partials: - !include ../../templates/partials/greeting.yaml