Change default music playlist

This commit is contained in:
2021-05-20 14:08:40 +03:00
parent 8bcde443fe
commit 4651863623
+1 -1
View File
@@ -14,4 +14,4 @@ script:
- service: media_player.select_source
entity_id: media_player.master_bedroom
data_template:
source: "{{ playlist | default('Evening Chill') }}"
source: "{{ playlist | default('Wake Up and Smell the Coffee') }}"