From 52d2edf9475cabd58a1e76fdeae932d15659f694 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 6 Dec 2020 19:11:06 +0100 Subject: [PATCH] Update alarmclock --- automations/files/alarm-clock.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/automations/files/alarm-clock.yaml b/automations/files/alarm-clock.yaml index b8882da..31af243 100644 --- a/automations/files/alarm-clock.yaml +++ b/automations/files/alarm-clock.yaml @@ -43,4 +43,10 @@ media_content_id: media-source://media_source/local/wake-the-f-up-samurai-we-have-a-city-to-burn.mp3 media_content_type: music entity_id: media_player.bedroom_speaker + - delay: '10' + - service: spotcast.start + data: + device_name: Bedroom speaker + uri: 'spotify:playlist:71mXIu6HcdVj3fAMduaHop' + random_song: true mode: single \ No newline at end of file