mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Rename talk to say
This commit is contained in:
@@ -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: >-
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user