Updated apps
This commit is contained in:
+4
-85
@@ -1,29 +1,3 @@
|
||||
alfred_lock_lock_door:
|
||||
alias: 'Alfred Lock: Lock Door'
|
||||
sequence:
|
||||
- action: google_assistant_sdk.send_text_command
|
||||
data:
|
||||
command: Lock the Front Door
|
||||
mode: single
|
||||
icon: mdi:lock
|
||||
description: ''
|
||||
alfred_lock_unlock_door:
|
||||
alias: 'Alfred Lock: Unlock Door'
|
||||
sequence:
|
||||
- action: google_assistant_sdk.send_text_command
|
||||
data:
|
||||
command: Unlock the Front Door
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 2
|
||||
milliseconds: 0
|
||||
- action: google_assistant_sdk.send_text_command
|
||||
data:
|
||||
command: '2468'
|
||||
mode: single
|
||||
icon: mdi:lock-open
|
||||
description: ''
|
||||
play_80_s_office_room_spotify:
|
||||
alias: Play 80's Office Room Spotify
|
||||
sequence:
|
||||
@@ -37,62 +11,6 @@ play_80_s_office_room_spotify:
|
||||
metadata: {}
|
||||
mode: single
|
||||
description: ''
|
||||
play_relaxing_office_room_spotify:
|
||||
sequence:
|
||||
- action: media_player.play_media
|
||||
target:
|
||||
device_id: ba5bb5aa3747dbfa830ebff5503a5ec3
|
||||
data:
|
||||
media:
|
||||
media_content_id: play Relaxing Music Spotify
|
||||
media_content_type: custom
|
||||
metadata: {}
|
||||
alias: Play Relaxing Office Room Spotify
|
||||
mode: single
|
||||
description: ''
|
||||
stop_office_alexa_music:
|
||||
alias: Stop Office Alexa Music
|
||||
sequence:
|
||||
- action: media_player.media_stop
|
||||
target:
|
||||
device_id: ba5bb5aa3747dbfa830ebff5503a5ec3
|
||||
mode: single
|
||||
description: Stops playback on the office Echo speaker
|
||||
stop_music_everywhere:
|
||||
sequence:
|
||||
- action: media_player.media_stop
|
||||
target:
|
||||
device_id: 05ffd6b7a256614b47cf64af85ed4063
|
||||
data: {}
|
||||
alias: Stop Music Everywhere
|
||||
mode: single
|
||||
description: Stops playback on the all Echo speaker
|
||||
play_cjad_800_on_office:
|
||||
sequence:
|
||||
- action: media_player.play_media
|
||||
target:
|
||||
device_id: ba5bb5aa3747dbfa830ebff5503a5ec3
|
||||
data:
|
||||
media:
|
||||
media_content_id: Play CJAD 800
|
||||
media_content_type: custom
|
||||
metadata: {}
|
||||
alias: Play CJAD 800 on Office
|
||||
mode: single
|
||||
description: ''
|
||||
play_the_beat_925_on_office:
|
||||
sequence:
|
||||
- action: media_player.play_media
|
||||
target:
|
||||
device_id: ba5bb5aa3747dbfa830ebff5503a5ec3
|
||||
data:
|
||||
media:
|
||||
media_content_id: Play The Beat925
|
||||
media_content_type: custom
|
||||
metadata: {}
|
||||
alias: Play The Beat 925 on Office
|
||||
mode: single
|
||||
description: ''
|
||||
toggle_nest_fan:
|
||||
alias: Toggle Nest Fan
|
||||
sequence:
|
||||
@@ -187,9 +105,10 @@ dynamic_alexa_spotify_player:
|
||||
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
|
||||
media:
|
||||
media_content_id: play {{ states('input_select.alexa_playlist') }}
|
||||
media_content_type: custom
|
||||
metadata: {}
|
||||
mode: single
|
||||
description: Dynamically plays the selected helper playlist on the selected Echo
|
||||
speaker.
|
||||
|
||||
Reference in New Issue
Block a user