Added Alexa Music
This commit is contained in:
+22
-1
@@ -29,7 +29,7 @@ play_80_s_office_room_spotify:
|
||||
sequence:
|
||||
- action: media_player.play_media
|
||||
target:
|
||||
device_id: ba5bb5aa3747dbfa830ebff5503a5ec3
|
||||
device_id: 40424cc65a2eaf52e939d2fc97d61989
|
||||
data:
|
||||
media:
|
||||
media_content_id: play All Out 80s on Spotify on Shuffle
|
||||
@@ -180,3 +180,24 @@ weather_and_comfort_report:
|
||||
}}\n\n\U0001F6CB️ **Indoor comfort:**\n{{ comfort_report.data.indoor_comfort
|
||||
}}\n\n\U0001F4CA **Zone Breakdown:**\n{{ comfort_report.data.zone_breakdown
|
||||
}}"
|
||||
dynamic_alexa_spotify_player:
|
||||
alias: Dynamic Alexa Spotify Player
|
||||
sequence:
|
||||
- action: media_player.play_media
|
||||
target:
|
||||
entity_id: '{{ states(''input_select.alexa_target_device'') }}'
|
||||
data:
|
||||
media_content_id: play {{ states('input_select.alexa_playlist') }} on Spotify
|
||||
on Shuffle
|
||||
media_content_type: custom
|
||||
mode: single
|
||||
description: Dynamically plays the selected helper playlist on the selected Echo
|
||||
speaker.
|
||||
stop_alexa_music:
|
||||
alias: Stop Alexa Music
|
||||
sequence:
|
||||
- action: media_player.media_stop
|
||||
target:
|
||||
entity_id: '{{ states(''input_select.alexa_target_device'') }}'
|
||||
mode: single
|
||||
description: Stops playback on the selected Echo speaker.
|
||||
|
||||
Reference in New Issue
Block a user