mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
why keep track any more?
This commit is contained in:
@@ -13,39 +13,19 @@ sequence:
|
||||
|
||||
- action: media_player.volume_set
|
||||
target:
|
||||
entity_id: media_player.ma_home_assistant_voice_097b44_media_player
|
||||
# entity_id: media_player.ma_home_assistant_voice_097b44_media_player
|
||||
entity_id: media_player.ma_master_bedroom_clock
|
||||
data:
|
||||
volume_level: "{{iif(volume>1,1,volume)}}"
|
||||
|
||||
# - action: media_player.play_media
|
||||
# data:
|
||||
# media_content_id: media-source://media_source/alarms/Alarm_Clock.mp3
|
||||
# media_content_type: music
|
||||
# target:
|
||||
# entity_id: media_player.ma_home_assistant_voice_097b44_media_player
|
||||
|
||||
# - delay:
|
||||
# hours: 0
|
||||
# minutes: 0
|
||||
# seconds: 12
|
||||
# milliseconds: 0
|
||||
|
||||
- action: tts.speak
|
||||
target:
|
||||
entity_id: tts.google_translate_en_com
|
||||
data:
|
||||
media_player_entity_id: media_player.ma_home_assistant_voice_097b44_media_player
|
||||
message: "Pick up the kids at 7 for Donuts with Dads! Its {{ now().strftime('%-I:%M %p') }} so you need to get out of bed and get ready for work and get the kids ready for school"
|
||||
|
||||
# - action: tts.speak
|
||||
# target:
|
||||
# entity_id: tts.google_ai_tts
|
||||
# data:
|
||||
# cache: false
|
||||
# message: "Wake the user in a flirtacious and seductive voice: {{ response.text }}"
|
||||
# media_player_entity_id: media_player.great_room
|
||||
# options:
|
||||
# voice: Callirrhoe
|
||||
# media_player_entity_id: media_player.ma_home_assistant_voice_097b44_media_player
|
||||
media_player_entity_id: media_player.ma_master_bedroom_clock
|
||||
#message: "Pick up the kids at 7 for Donuts with Dads! Its {{ now().strftime('%-I:%M %p') }} so you need to get out of bed and get ready for work and get the kids ready for school"
|
||||
message: "You have {{ states('todo.local_to_do') }} items on your daily task list: {{ local_todo['todo.local_to_do']['items'] | map(attribute='summary') | list | join(', ') }}"
|
||||
|
||||
- delay:
|
||||
hours: 0
|
||||
|
||||
Reference in New Issue
Block a user