mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
12 lines
312 B
YAML
12 lines
312 B
YAML
script:
|
|
routine_briefing:
|
|
alias: Routine - Briefing
|
|
sequence:
|
|
- service: media_player.volume_set
|
|
entity_id: media_player.master_bedroom
|
|
data:
|
|
volume_level: 0.3
|
|
- service: script.talk
|
|
data_template:
|
|
message: !include ../../templates/briefing.yaml
|